aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-pca100.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/mach-pca100.c')
-rw-r--r--arch/arm/mach-imx/mach-pca100.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mach-pca100.c b/arch/arm/mach-imx/mach-pca100.c
index 39c580bc9225..11da9c226e90 100644
--- a/arch/arm/mach-imx/mach-pca100.c
+++ b/arch/arm/mach-imx/mach-pca100.c
@@ -171,10 +171,6 @@ pca100_nand_board_info __initconst = {
171 .hw_ecc = 1, 171 .hw_ecc = 1,
172}; 172};
173 173
174static struct platform_device *platform_devices[] __initdata = {
175 &mxc_wdt,
176};
177
178static const struct imxi2c_platform_data pca100_i2c1_data __initconst = { 174static const struct imxi2c_platform_data pca100_i2c1_data __initconst = {
179 .bitrate = 100000, 175 .bitrate = 100000,
180}; 176};
@@ -432,7 +428,7 @@ static void __init pca100_init(void)
432 mxc_register_device(&mxc_fb_device, &pca100_fb_data); 428 mxc_register_device(&mxc_fb_device, &pca100_fb_data);
433 429
434 imx27_add_fec(NULL); 430 imx27_add_fec(NULL);
435 platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); 431 imx27_add_imx2_wdt(NULL);
436 imx27_add_mxc_w1(NULL); 432 imx27_add_mxc_w1(NULL);
437} 433}
438 434