diff options
author | Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | 2008-07-09 16:03:13 +0300 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-07-27 01:26:14 +0200 |
commit | 322069c9df1fd4da269b2a57d78f753684962523 (patch) | |
tree | 2b0ba0870a6096035519a6a2e1f3d9f8ead0bb05 /drivers | |
parent | 1685a03e98b7e9b83e0aa692c1cc470b3aa37597 (diff) | |
download | linux-322069c9df1fd4da269b2a57d78f753684962523.tar.bz2 |
imxmmc: remove DEBUG definition
Removed DEBUG #define #undef, because module is automaticaly
compiled with -DDEBUG when CONFIG_MMC_DEBUG is defined.
Currently it just generates compiler warning about redefinition.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/imxmmc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mmc/host/imxmmc.c b/drivers/mmc/host/imxmmc.c index 5e880c0f1349..77493339303b 100644 --- a/drivers/mmc/host/imxmmc.c +++ b/drivers/mmc/host/imxmmc.c @@ -26,12 +26,6 @@ * */ -#ifdef CONFIG_MMC_DEBUG -#define DEBUG -#else -#undef DEBUG -#endif - #include <linux/module.h> #include <linux/init.h> #include <linux/ioport.h> |