sfc: MTD: Leave the DEBUG macro alone
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 30 Jan 2012 16:53:37 +0000 (16:53 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Mon, 30 Jan 2012 16:53:37 +0000 (16:53 +0000)
<linux/mtd/mtd.h> no longer defines DEBUG so we do not need to
un-define it here.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/mtd.c

index eff49da..79c1922 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <linux/bitops.h>
 #include <linux/module.h>
-#undef DEBUG /* <linux/mtd/mtd.h> has its own use for DEBUG */
 #include <linux/mtd/mtd.h>
 #include <linux/delay.h>
 #include <linux/slab.h>