aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/imxmmc.c
diff options
context:
space:
mode:
authorPaulius Zaleckas <paulius.zaleckas@teltonika.lt>2008-07-09 16:03:13 +0300
committerPierre Ossman <drzeus@drzeus.cx>2008-07-27 01:26:14 +0200
commit322069c9df1fd4da269b2a57d78f753684962523 (patch)
tree2b0ba0870a6096035519a6a2e1f3d9f8ead0bb05 /drivers/mmc/host/imxmmc.c
parentmmc_spi: put signals to low power off fix (diff)
downloadlinux-dev-322069c9df1fd4da269b2a57d78f753684962523.tar.xz
linux-dev-322069c9df1fd4da269b2a57d78f753684962523.zip
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/mmc/host/imxmmc.c')
-rw-r--r--drivers/mmc/host/imxmmc.c6
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>