]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/mmci.c
[ARM] 3472/1: Use the D variants of FLDMIA/FSTMIA on ARMv6
[linux-2.6-omap-h63xx.git] / drivers / mmc / mmci.c
index 9fef29d978b5e676fead18b320f86cbd19c533b4..df7e861e2fc75f2c5cfa5e5196b70b597378ecd9 100644 (file)
 
 #define DRIVER_NAME "mmci-pl18x"
 
-#ifdef CONFIG_MMC_DEBUG
 #define DBG(host,fmt,args...)  \
        pr_debug("%s: %s: " fmt, mmc_hostname(host->mmc), __func__ , args)
-#else
-#define DBG(host,fmt,args...)  do { } while (0)
-#endif
 
 static unsigned int fmax = 515633;