diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-10 16:02:13 +0100 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-11 11:38:03 +0100 |
commit | 120be663285f80e3501e36ccbb92e7143585fd93 (patch) | |
tree | 98bc8b67c5a730041bd3b0337f42cb23024f8c3b /drivers/regulator/tps6586x-regulator.c | |
parent | d7399fa88847ae93203ff5618edd97d94d36c762 (diff) | |
download | linux-120be663285f80e3501e36ccbb92e7143585fd93.tar.bz2 |
regulator: Remove default DEBUG define from TPS6586x
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/tps6586x-regulator.c')
-rw-r--r-- | drivers/regulator/tps6586x-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c index 122193b5e269..8cff1413a147 100644 --- a/drivers/regulator/tps6586x-regulator.c +++ b/drivers/regulator/tps6586x-regulator.c @@ -13,7 +13,6 @@ * published by the Free Software Foundation. */ -#define DEBUG #include <linux/kernel.h> #include <linux/init.h> #include <linux/err.h> |