cb710: more cleanup for the DEBUG case.
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sat, 13 Jun 2009 10:37:59 +0000 (12:37 +0200)
committerPierre Ossman <pierre@ossman.eu>
Sat, 13 Jun 2009 20:42:59 +0000 (22:42 +0200)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
drivers/misc/cb710/Kconfig
drivers/mmc/host/Makefile
include/linux/cb710.h

index 0b55079..22429b8 100644 (file)
@@ -19,3 +19,7 @@ config CB710_DEBUG
          This is an option for use by developers; most people should
          say N here.  This adds a lot of debugging output to dmesg.
 
          This is an option for use by developers; most people should
          say N here.  This adds a lot of debugging output to dmesg.
 
+config CB710_DEBUG_ASSUMPTIONS
+       bool
+       depends on CB710_CORE != n
+       default y
index 254e441..79da397 100644 (file)
@@ -32,3 +32,6 @@ obj-$(CONFIG_MMC_SDRICOH_CS)  += sdricoh_cs.o
 obj-$(CONFIG_MMC_TMIO)         += tmio_mmc.o
 obj-$(CONFIG_MMC_CB710)        += cb710-mmc.o
 
 obj-$(CONFIG_MMC_TMIO)         += tmio_mmc.o
 obj-$(CONFIG_MMC_CB710)        += cb710-mmc.o
 
+ifeq ($(CONFIG_CB710_DEBUG),y)
+       CFLAGS-cb710-mmc        += -DDEBUG
+endif
index a09213b..63bc9a4 100644 (file)
@@ -10,9 +10,6 @@
 #ifndef LINUX_CB710_DRIVER_H
 #define LINUX_CB710_DRIVER_H
 
 #ifndef LINUX_CB710_DRIVER_H
 #define LINUX_CB710_DRIVER_H
 
-/* verify assumptions on platform_device framework */
-#define CONFIG_CB710_DEBUG_ASSUMPTIONS
-
 #include <linux/io.h>
 #include <linux/interrupt.h>
 #include <linux/spinlock.h>
 #include <linux/io.h>
 #include <linux/interrupt.h>
 #include <linux/spinlock.h>