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 b965085a37b9..fd6142054578 100644 --- a/arch/arm/mach-pxa/am200epd.c +++ b/arch/arm/mach-pxa/am200epd.c | |||
@@ -331,7 +331,7 @@ static struct metronome_board am200_board = { | |||
331 | .cleanup = am200_cleanup, | 331 | .cleanup = am200_cleanup, |
332 | }; | 332 | }; |
333 | 333 | ||
334 | static int __init am200_init(void) | 334 | int __init am200_init(void) |
335 | { | 335 | { |
336 | int ret; | 336 | int ret; |
337 | 337 | ||
@@ -367,8 +367,6 @@ static int __init am200_init(void) | |||
367 | module_param(panel_type, uint, 0); | 367 | module_param(panel_type, uint, 0); |
368 | MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97"); | 368 | MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97"); |
369 | 369 | ||
370 | module_init(am200_init); | ||
371 | |||
372 | MODULE_DESCRIPTION("board driver for am200 metronome epd kit"); | 370 | MODULE_DESCRIPTION("board driver for am200 metronome epd kit"); |
373 | MODULE_AUTHOR("Jaya Kumar"); | 371 | MODULE_AUTHOR("Jaya Kumar"); |
374 | MODULE_LICENSE("GPL"); | 372 | MODULE_LICENSE("GPL"); |