diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-07-20 05:32:46 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 16:29:24 -0400 |
commit | cdcb81f7d99f3d525003068b84445dd4acc63266 (patch) | |
tree | ae0f7fa8660f90355b6cd00eda941da89dfb6b75 /arch/arm/mach-sa1100 | |
parent | f393e99d9e9540d9c5b3ebc42dfb0ff9a77827fe (diff) |
[ARM] Allow neponset to build again
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/neponset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/neponset.c b/arch/arm/mach-sa1100/neponset.c index 3a0a1ee2542d..9f1ed1509301 100644 --- a/arch/arm/mach-sa1100/neponset.c +++ b/arch/arm/mach-sa1100/neponset.c | |||
@@ -292,6 +292,8 @@ static struct platform_device *devices[] __initdata = { | |||
292 | &smc91x_device, | 292 | &smc91x_device, |
293 | }; | 293 | }; |
294 | 294 | ||
295 | extern void sa1110_mb_disable(void); | ||
296 | |||
295 | static int __init neponset_init(void) | 297 | static int __init neponset_init(void) |
296 | { | 298 | { |
297 | platform_driver_register(&neponset_device_driver); | 299 | platform_driver_register(&neponset_device_driver); |