1
0
Fork 0

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>
hifive-unleashed-5.1
Robert ABEL 2015-02-27 16:56:48 +01:00 committed by Roger Quadros
parent 2e25b0ecf6
commit 5e9444d9a0
1 changed files with 0 additions and 2 deletions

View File

@ -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>