diff options
| author | Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | 2008-07-09 09:03:13 -0400 |
|---|---|---|
| committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-07-26 19:26:14 -0400 |
| commit | 322069c9df1fd4da269b2a57d78f753684962523 (patch) | |
| tree | 2b0ba0870a6096035519a6a2e1f3d9f8ead0bb05 | |
| parent | 1685a03e98b7e9b83e0aa692c1cc470b3aa37597 (diff) | |
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>
| -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 @@ | |||
| 26 | * | 26 | * |
| 27 | */ | 27 | */ |
| 28 | 28 | ||
| 29 | #ifdef CONFIG_MMC_DEBUG | ||
| 30 | #define DEBUG | ||
| 31 | #else | ||
| 32 | #undef DEBUG | ||
| 33 | #endif | ||
| 34 | |||
| 35 | #include <linux/module.h> | 29 | #include <linux/module.h> |
| 36 | #include <linux/init.h> | 30 | #include <linux/init.h> |
| 37 | #include <linux/ioport.h> | 31 | #include <linux/ioport.h> |
