aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx2/devices.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-06-23 11:52:26 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-07 12:10:54 +0200
commitaa68c02777702f05ea5f075e3001288c30ffcb1c (patch)
treea682b655da38124eab8f32f27bfc593f93aa1b05 /arch/arm/mach-mx2/devices.h
parent997d74b18ae1d0d8f4c4469a5d1ce8d73ca8402c (diff)
mx2: remove mxc_irda platform device
Irda support is handled by the normal ims serial driver, so we do not need this device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/devices.h')
-rw-r--r--arch/arm/mach-mx2/devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h
index 049005bb6aa..c79ba7fed1b 100644
--- a/arch/arm/mach-mx2/devices.h
+++ b/arch/arm/mach-mx2/devices.h
@@ -4,7 +4,6 @@ extern struct platform_device mxc_gpt3;
extern struct platform_device mxc_gpt4;
extern struct platform_device mxc_gpt5;
extern struct platform_device mxc_wdt;
-extern struct platform_device mxc_irda_device;
extern struct platform_device mxc_uart_device0;
extern struct platform_device mxc_uart_device1;
extern struct platform_device mxc_uart_device2;