Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e41d9c3 authored by Monam Agarwal's avatar Monam Agarwal Committed by Greg Kroah-Hartman
Browse files

Staging: gs_gpgaboot: Fix Bad function definition in io.c



This patch fixes the following checkpatch.pl issues in io.c
WARNING: Bad function definition

Signed-off-by: default avatarMonam Agarwal <monamagarwal123@gmail.com>
Acked-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 20665472
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ static inline void byte1_out(unsigned char data)
/*
 * configurable per device type for different I/O config
 */
int xl_init_io()
int xl_init_io(void)
{
	struct device_node *np;
	const u32 *p_reg;
@@ -286,7 +286,7 @@ static inline void xl_cclk_b(int32_t i)
/*
 * configurable per device type for different I/O config
 */
int xl_init_io()
int xl_init_io(void)
{
	return -1;
}