diff options
Diffstat (limited to 'arch/mips/ite-boards/generic/it8172_setup.c')
-rw-r--r-- | arch/mips/ite-boards/generic/it8172_setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/ite-boards/generic/it8172_setup.c b/arch/mips/ite-boards/generic/it8172_setup.c index a5f6d84bc181..062429dd7ca0 100644 --- a/arch/mips/ite-boards/generic/it8172_setup.c +++ b/arch/mips/ite-boards/generic/it8172_setup.c | |||
@@ -105,7 +105,7 @@ void __init it8172_init_ram_resource(unsigned long memsize) | |||
105 | it8172_resources.ram.end = memsize; | 105 | it8172_resources.ram.end = memsize; |
106 | } | 106 | } |
107 | 107 | ||
108 | static void __init it8172_setup(void) | 108 | void __init plat_setup(void) |
109 | { | 109 | { |
110 | unsigned short dsr; | 110 | unsigned short dsr; |
111 | char *argptr; | 111 | char *argptr; |
@@ -251,8 +251,6 @@ static void __init it8172_setup(void) | |||
251 | #endif /* CONFIG_IT8172_SCR1 */ | 251 | #endif /* CONFIG_IT8172_SCR1 */ |
252 | } | 252 | } |
253 | 253 | ||
254 | early_initcall(it8172_setup); | ||
255 | |||
256 | #ifdef CONFIG_SERIO_I8042 | 254 | #ifdef CONFIG_SERIO_I8042 |
257 | /* | 255 | /* |
258 | * According to the ITE Special BIOS Note for waking up the | 256 | * According to the ITE Special BIOS Note for waking up the |