[MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selected
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 29 Mar 2006 08:30:20 +0000 (09:30 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Mar 2006 08:30:20 +0000 (09:30 +0100)
Rather than each driver test MMC_DEBUG itself, and define DEBUG,
pass it in via the makefile instead.

Fix drivers to use pr_debug() where appropriate, and avoid defining
a DEBUG() macro.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found