
16 Oct
2019
16 Oct
'19
12:24 p.m.
Drop DEBUG macro definition which is used for debug purpose.
Signed-off-by: Peng Fan peng.fan@nxp.com --- drivers/power/pmic/bd71837.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/power/pmic/bd71837.c b/drivers/power/pmic/bd71837.c index e292d42a8c..2e04298273 100644 --- a/drivers/power/pmic/bd71837.c +++ b/drivers/power/pmic/bd71837.c @@ -3,8 +3,6 @@ * Copyright 2018 NXP */
-#define DEBUG - #include <common.h> #include <errno.h> #include <dm.h>
--
2.16.4