From 621b0e53b5059bf5641c3294c31ac2949c966c93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Fri, 5 Feb 2010 17:44:33 +0100 Subject: [PATCH] arm/mx2/devices: no need for IMX_NEEDS_DEPRECATED_SYMBOLS any more MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- arch/arm/mach-mx2/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile index e8910903b24..ce10d41ead3 100644 --- a/arch/arm/mach-mx2/Makefile +++ b/arch/arm/mach-mx2/Makefile @@ -6,7 +6,6 @@ obj-y := generic.o devices.o serial.o CFLAGS_generic.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS -CFLAGS_devices.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS obj-$(CONFIG_MACH_MX21) += clock_imx21.o -- 2.11.4.GIT