aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-05 11:44:33 -0500
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-24 04:06:52 -0500
commit621b0e53b5059bf5641c3294c31ac2949c966c93 (patch)
tree888f5742c4037db1a136e21d19ca19fd8e80711e /arch/arm/mach-mx2
parent897359d596ca406aaa9f9687b439b4498b579d7f (diff)
arm/mx2/devices: no need for IMX_NEEDS_DEPRECATED_SYMBOLS any more
The previous commits cleaned up arch/arm/mach-mx2/devices.c such that it doesn't rely on deprecated symbols any more. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2')
-rw-r--r--arch/arm/mach-mx2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile
index e8910903b24f..ce10d41ead32 100644
--- a/arch/arm/mach-mx2/Makefile
+++ b/arch/arm/mach-mx2/Makefile
@@ -6,7 +6,6 @@
6 6
7obj-y := generic.o devices.o serial.o 7obj-y := generic.o devices.o serial.o
8CFLAGS_generic.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS 8CFLAGS_generic.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS
9CFLAGS_devices.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS
10 9
11obj-$(CONFIG_MACH_MX21) += clock_imx21.o 10obj-$(CONFIG_MACH_MX21) += clock_imx21.o
12 11