diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-19 05:14:33 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:30:22 -0400 |
commit | 00969f23dae70f62d7ce3f7abbbfb6d09ef92739 (patch) | |
tree | ffee1085d9b2afc29c7578371ecdda8e7625da32 /drivers | |
parent | f9c28019d44a97272ef0f382e8d0d1a85dd1cf3e (diff) |
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')
-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 93258adf8b63..1326e7f4263a 100644 --- a/drivers/mfd/mc13xxx-core.c +++ b/drivers/mfd/mc13xxx-core.c | |||
@@ -9,8 +9,6 @@ | |||
9 | * the terms of the GNU General Public License version 2 as published by the | 9 | * the terms of the GNU General Public License version 2 as published by the |
10 | * Free Software Foundation. | 10 | * Free Software Foundation. |
11 | */ | 11 | */ |
12 | #define DEBUG | ||
13 | #define VERBOSE_DEBUG | ||
14 | 12 | ||
15 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
16 | #include <linux/module.h> | 14 | #include <linux/module.h> |