From 5e7c22642b9c5b22183379c52db2b578a5504a0f Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 26 Sep 2012 11:34:33 +1000 Subject: [PATCH] rtc-add-dallas-ds2404-driver-fix drivers/rtc/rtc-ds2404.c:23:1: warning: "DEBUG" redefined : warning: this is the location of the previous definition Cc: Alessandro Zummo Cc: Sven Schnelle Signed-off-by: Andrew Morton --- drivers/rtc/rtc-ds2404.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/rtc/rtc-ds2404.c b/drivers/rtc/rtc-ds2404.c index 0ae5a23474c2..5ea9df7c8c31 100644 --- a/drivers/rtc/rtc-ds2404.c +++ b/drivers/rtc/rtc-ds2404.c @@ -20,8 +20,6 @@ #include -#define DEBUG - #define DS2404_STATUS_REG 0x200 #define DS2404_CONTROL_REG 0x201 #define DS2404_RTC_REG 0x202 -- 2.39.5