diff options
Diffstat (limited to 'arch/x86/platform/geode/geos.c')
-rw-r--r-- | arch/x86/platform/geode/geos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/geode/geos.c b/arch/x86/platform/geode/geos.c index c2e6d53558be..aa733fba2471 100644 --- a/arch/x86/platform/geode/geos.c +++ b/arch/x86/platform/geode/geos.c | |||
@@ -87,7 +87,7 @@ static struct platform_device geos_leds_dev = { | |||
87 | .dev.platform_data = &geos_leds_data, | 87 | .dev.platform_data = &geos_leds_data, |
88 | }; | 88 | }; |
89 | 89 | ||
90 | static struct __initdata platform_device *geos_devs[] = { | 90 | static struct platform_device *geos_devs[] __initdata = { |
91 | &geos_buttons_dev, | 91 | &geos_buttons_dev, |
92 | &geos_leds_dev, | 92 | &geos_leds_dev, |
93 | }; | 93 | }; |