From: Paulius Zaleckas Date: Wed, 9 Jul 2008 13:03:13 +0000 (+0300) Subject: imxmmc: remove DEBUG definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=322069c9df1fd4da269b2a57d78f753684962523;p=linux-beck.git 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 Acked-by: Pavel Pisa Signed-off-by: Pierre Ossman --- 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 #include #include