diff options
Diffstat (limited to 'arch/arm/mach-pxa/am200epd.c')
-rw-r--r-- | arch/arm/mach-pxa/am200epd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/am200epd.c b/arch/arm/mach-pxa/am200epd.c index 3a4f8d855a52..77ee80e5e47b 100644 --- a/arch/arm/mach-pxa/am200epd.c +++ b/arch/arm/mach-pxa/am200epd.c | |||
@@ -344,7 +344,7 @@ static unsigned long am200_pin_config[] __initdata = { | |||
344 | GPIO16_GPIO, | 344 | GPIO16_GPIO, |
345 | }; | 345 | }; |
346 | 346 | ||
347 | static int __init am200_init(void) | 347 | int __init am200_init(void) |
348 | { | 348 | { |
349 | int ret; | 349 | int ret; |
350 | 350 | ||
@@ -382,8 +382,6 @@ static int __init am200_init(void) | |||
382 | module_param(panel_type, uint, 0); | 382 | module_param(panel_type, uint, 0); |
383 | MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97"); | 383 | MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97"); |
384 | 384 | ||
385 | module_init(am200_init); | ||
386 | |||
387 | MODULE_DESCRIPTION("board driver for am200 metronome epd kit"); | 385 | MODULE_DESCRIPTION("board driver for am200 metronome epd kit"); |
388 | MODULE_AUTHOR("Jaya Kumar"); | 386 | MODULE_AUTHOR("Jaya Kumar"); |
389 | MODULE_LICENSE("GPL"); | 387 | MODULE_LICENSE("GPL"); |