diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2010-11-26 17:25:59 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-12-03 13:05:15 +0300 |
commit | b99545cb59dc0a55507100a1335f4fd0ed521032 (patch) | |
tree | dffdb51354dd1ffdf156497bcec7ebee67bb6d8e /arch/arm/mach-mx5/devices.h | |
parent | d94ed1287e11f91e4f4096838179984b0206be5e (diff) | |
download | linux-b99545cb59dc0a55507100a1335f4fd0ed521032.tar.xz |
ARM: mx5: dynamically allocate imx2-wdt devices
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/devices.h')
-rw-r--r-- | arch/arm/mach-mx5/devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/devices.h b/arch/arm/mach-mx5/devices.h index af1d07c0bbc1..ccb7cdc9921b 100644 --- a/arch/arm/mach-mx5/devices.h +++ b/arch/arm/mach-mx5/devices.h @@ -1,6 +1,5 @@ extern struct platform_device mxc_usbdr_host_device; extern struct platform_device mxc_usbh1_device; extern struct platform_device mxc_usbdr_udc_device; -extern struct platform_device mxc_wdt; extern struct platform_device mxc_hsi2c_device; extern struct platform_device mxc_keypad_device; |