diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-30 16:53:37 (GMT) |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-30 16:53:37 (GMT) |
commit | 8b1c36b357153f491ddea5363fdd397109c3326f (patch) | |
tree | df26da3f6308bc9da6bf9105a94e1dfadca709d3 /drivers | |
parent | 30088a25e9c4dc1f8bd5c48b14a18633441b5481 (diff) | |
download | linux-8b1c36b357153f491ddea5363fdd397109c3326f.tar.xz |
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')
-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 eff49da..79c1922 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> |