mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
30088a25e9
commit
8b1c36b357
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue