Skip to content

Commit

Permalink
imxmmc: remove DEBUG definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paulius Zaleckas authored and Pierre Ossman committed Jul 26, 2008
1 parent 1685a03 commit 322069c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/mmc/host/imxmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 322069c

Please sign in to comment.