From: Andrew Morton Date: Thu, 13 Sep 2012 01:01:16 +0000 (+1000) Subject: rtc-add-dallas-ds2404-driver-fix X-Git-Tag: next-20120919~1^2~70 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0d43de9d0c39a5f51e5fccf81e0ed1100bdc391f;p=karo-tx-linux.git 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 --- 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