diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-11 16:58:50 +0100 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-19 21:53:37 +0100 |
commit | 00871505dcf15418aebc402db9f124dd2738fa2d (patch) | |
tree | 31e49a84f3a38525417a5a73f426fced987324f3 /arch/arm/mach-mx25/devices.c | |
parent | 194ee8e89cc02d8bea8a0b837271f79ca0c72873 (diff) | |
download | op-kernel-dev-00871505dcf15418aebc402db9f124dd2738fa2d.zip op-kernel-dev-00871505dcf15418aebc402db9f124dd2738fa2d.tar.gz |
ARM: mx25: dynamically allocate imx2-wdt devices
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25/devices.c')
-rw-r--r-- | arch/arm/mach-mx25/devices.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-mx25/devices.c b/arch/arm/mach-mx25/devices.c index 09095e0..12f31ef 100644 --- a/arch/arm/mach-mx25/devices.c +++ b/arch/arm/mach-mx25/devices.c @@ -22,21 +22,6 @@ #include <mach/mx25.h> #include <mach/irqs.h> -static struct resource mxc_wdt_resources[] = { - { - .start = MX25_WDOG_BASE_ADDR, - .end = MX25_WDOG_BASE_ADDR + SZ_16K - 1, - .flags = IORESOURCE_MEM, - }, -}; - -struct platform_device mxc_wdt = { - .name = "imx2-wdt", - .id = 0, - .num_resources = ARRAY_SIZE(mxc_wdt_resources), - .resource = mxc_wdt_resources, -}; - static struct resource mx25_csi_resources[] = { { .start = MX25_CSI_BASE_ADDR, |