diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-19 11:14:33 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-29 00:30:22 +0200 |
commit | 00969f23dae70f62d7ce3f7abbbfb6d09ef92739 (patch) | |
tree | ffee1085d9b2afc29c7578371ecdda8e7625da32 /drivers/mfd/mc13xxx-core.c | |
parent | f9c28019d44a97272ef0f382e8d0d1a85dd1cf3e (diff) | |
download | kernel_samsung_smdk4412-00969f23dae70f62d7ce3f7abbbfb6d09ef92739.tar.gz kernel_samsung_smdk4412-00969f23dae70f62d7ce3f7abbbfb6d09ef92739.tar.bz2 kernel_samsung_smdk4412-00969f23dae70f62d7ce3f7abbbfb6d09ef92739.zip |
mfd: Remove DEBUG defines from mc13xxx-core
DEBUG and VERBOSE_DEBUG are not used.
Reported-by: David Jander <david@protonic.nl>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/mc13xxx-core.c')
-rw-r--r-- | drivers/mfd/mc13xxx-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c index 93258adf8b6..1326e7f4263 100644 --- a/drivers/mfd/mc13xxx-core.c +++ b/drivers/mfd/mc13xxx-core.c @@ -9,8 +9,6 @@ * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. */ -#define DEBUG -#define VERBOSE_DEBUG #include <linux/slab.h> #include <linux/module.h> |