diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-pca100.c')
-rw-r--r-- | arch/arm/mach-imx/mach-pca100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-pca100.c b/arch/arm/mach-imx/mach-pca100.c index 8c720d44602a..39c580bc9225 100644 --- a/arch/arm/mach-imx/mach-pca100.c +++ b/arch/arm/mach-imx/mach-pca100.c | |||
@@ -172,7 +172,6 @@ pca100_nand_board_info __initconst = { | |||
172 | }; | 172 | }; |
173 | 173 | ||
174 | static struct platform_device *platform_devices[] __initdata = { | 174 | static struct platform_device *platform_devices[] __initdata = { |
175 | &mxc_w1_master_device, | ||
176 | &mxc_wdt, | 175 | &mxc_wdt, |
177 | }; | 176 | }; |
178 | 177 | ||
@@ -434,6 +433,7 @@ static void __init pca100_init(void) | |||
434 | 433 | ||
435 | imx27_add_fec(NULL); | 434 | imx27_add_fec(NULL); |
436 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); | 435 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); |
436 | imx27_add_mxc_w1(NULL); | ||
437 | } | 437 | } |
438 | 438 | ||
439 | static void __init pca100_timer_init(void) | 439 | static void __init pca100_timer_init(void) |