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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment