diff options
Diffstat (limited to 'drivers/mmc/sdhci.c')
| -rw-r--r-- | drivers/mmc/sdhci.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 8b811d94371c..bdbfca050029 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c | |||
| @@ -31,12 +31,8 @@ | |||
| 31 | 31 | ||
| 32 | #define BUGMAIL "<sdhci-devel@list.drzeus.cx>" | 32 | #define BUGMAIL "<sdhci-devel@list.drzeus.cx>" |
| 33 | 33 | ||
| 34 | #ifdef CONFIG_MMC_DEBUG | ||
| 35 | #define DBG(f, x...) \ | 34 | #define DBG(f, x...) \ |
| 36 | printk(KERN_DEBUG DRIVER_NAME " [%s()]: " f, __func__,## x) | 35 | pr_debug(DRIVER_NAME " [%s()]: " f, __func__,## x) |
| 37 | #else | ||
| 38 | #define DBG(f, x...) do { } while (0) | ||
| 39 | #endif | ||
| 40 | 36 | ||
| 41 | static const struct pci_device_id pci_ids[] __devinitdata = { | 37 | static const struct pci_device_id pci_ids[] __devinitdata = { |
| 42 | /* handle any SD host controller */ | 38 | /* handle any SD host controller */ |
