diff options
author | Robert ABEL <rabel@cit-ec.uni-bielefeld.de> | 2015-02-27 16:56:48 +0100 |
---|---|---|
committer | Roger Quadros <rogerq@ti.com> | 2015-03-06 12:15:20 +0200 |
commit | 5e9444d9a00f4b22ad676f2d9d4b69312871e429 (patch) | |
tree | 0c9fa56412577b9f0af3c8f472110e2af13d4a07 /drivers/memory/omap-gpmc.c | |
parent | 2e25b0ecf6d5fe8f5ebd244ef888397392f8ae07 (diff) |
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 <rabel@cit-ec.uni-bielefeld.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'drivers/memory/omap-gpmc.c')
-rw-r--r-- | drivers/memory/omap-gpmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/irq.h> #include <linux/kernel.h> #include <linux/init.h> |