From 3b938843f86eda5ab02eceab04ecce757635e997 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 7 Sep 2012 10:24:55 +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