summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings2012-01-30 17:53:37 +0100
committerBen Hutchings2012-01-30 17:53:37 +0100
commit8b1c36b357153f491ddea5363fdd397109c3326f (patch)
treedf26da3f6308bc9da6bf9105a94e1dfadca709d3
parentMerge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... (diff)
downloadkernel-qcow2-linux-8b1c36b357153f491ddea5363fdd397109c3326f.tar.gz
kernel-qcow2-linux-8b1c36b357153f491ddea5363fdd397109c3326f.tar.xz
kernel-qcow2-linux-8b1c36b357153f491ddea5363fdd397109c3326f.zip
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>
-rw-r--r--drivers/net/ethernet/sfc/mtd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/mtd.c b/drivers/net/ethernet/sfc/mtd.c
index eff49da458ed..79c192272047 100644
--- a/drivers/net/ethernet/sfc/mtd.c
+++ b/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>