Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c54f6bc6 authored by Michał Mirosław's avatar Michał Mirosław Committed by Pierre Ossman
Browse files

cb710: more cleanup for the DEBUG case.

parent a3456a2d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.

config CB710_DEBUG_ASSUMPTIONS
	bool
	depends on CB710_CORE != n
	default y
+3 −0
Original line number Diff line number Diff line
@@ -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

ifeq ($(CONFIG_CB710_DEBUG),y)
	CFLAGS-cb710-mmc	+= -DDEBUG
endif
+0 −3
Original line number Diff line number Diff line
@@ -10,9 +10,6 @@
#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>