diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-30 17:53:37 +0100 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-30 17:53:37 +0100 |
commit | 8b1c36b357153f491ddea5363fdd397109c3326f (patch) | |
tree | df26da3f6308bc9da6bf9105a94e1dfadca709d3 /drivers/net/ethernet | |
parent | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... (diff) | |
download | linux-8b1c36b357153f491ddea5363fdd397109c3326f.tar.xz 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>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r-- | drivers/net/ethernet/sfc/mtd.c | 1 |
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> |