From: Robert ABEL Date: Fri, 27 Feb 2015 15:56:48 +0000 (+0100) Subject: ARM OMAP2+ GPMC: don't undef DEBUG X-Git-Tag: v4.1-rc1~49^2~4^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e9444d9a00f4b22ad676f2d9d4b69312871e429;p=karo-tx-linux.git ARM OMAP2+ GPMC: don't undef DEBUG OMAP2+ GPMC driver undefines DEBUG, which makes it unnecessarily hard to turn DEBUG on. Remove the offending lines. Signed-off-by: Robert ABEL Acked-by: Tony Lindgren Signed-off-by: Roger Quadros --- diff --git a/drivers/memory/omap-gpmc.c b/drivers/memory/omap-gpmc.c index db77adb236ae..624dccb0f002 100644 --- a/drivers/memory/omap-gpmc.c +++ b/drivers/memory/omap-gpmc.c @@ -12,8 +12,6 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -#undef DEBUG - #include #include #include