Browse Source

sfc: MTD: Leave the DEBUG macro alone

<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>
Ben Hutchings 13 years ago
parent
commit
8b1c36b357
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/ethernet/sfc/mtd.c

+ 0 - 1
drivers/net/ethernet/sfc/mtd.c

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