From: Andrew Morton Date: Fri, 28 Sep 2012 00:20:31 +0000 (+1000) Subject: rtc-add-dallas-ds2404-driver-fix X-Git-Tag: next-20121005~1^2~102 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f256a507d1bc4c42830ebcc51c54a71a3454bfc6;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