Prev: percpu: use INT_MAX as sentinel value of unit_map
Next: regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()
From: Mark Brown on 10 Aug 2010 11:10 Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- 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 3c2eee8..fd14c59 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> -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |