forked from Ivasoft/openwrt
ar71xx: remove __dev{init,exit} annotations from kernel files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35687
This commit is contained in:
@@ -151,7 +151,7 @@ static struct i2c_board_info nbg460n_i2c_devs[] __initdata = {
|
||||
},
|
||||
};
|
||||
|
||||
static void __devinit nbg460n_i2c_init(void)
|
||||
static void nbg460n_i2c_init(void)
|
||||
{
|
||||
/* The gpio interface */
|
||||
platform_device_register(&nbg460n_i2c_device);
|
||||
|
||||
Reference in New Issue
Block a user