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: Monam Agarwal <monamagarwal123@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Monam Agarwal 2014-03-02 04:17:01 +05:30 committed by Greg Kroah-Hartman
parent 206654728b
commit 7e41d9c341

View File

@ -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;
}