aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2021-01-15 07:32:37 -0800
committerWim Van Sebroeck <[email protected]>2021-02-07 14:41:18 +0100
commit4957a7d5333d70f78b6d916f08d901da764c8a9c (patch)
tree0764221636db46d8a8ae916acf5599326f825313
parent7c53f6b671f4aba70ff15e1b05148b10d58c2837 (diff)
watchdog: it8712f_wdt: remove definition of DEBUG
Defining DEBUG should only be done in development. So remove DEBUG. Signed-off-by: Tom Rix <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r--drivers/watchdog/it8712f_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/it8712f_wdt.c b/drivers/watchdog/it8712f_wdt.c
index 9b89d2f09568..3ce6a58bd81e 100644
--- a/drivers/watchdog/it8712f_wdt.c
+++ b/drivers/watchdog/it8712f_wdt.c
@@ -31,7 +31,6 @@
#include <linux/io.h>
#include <linux/ioport.h>
-#define DEBUG
#define NAME "it8712f_wdt"
MODULE_AUTHOR("Jorge Boncompte - DTI2 <[email protected]>");