]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtc-add-dallas-ds2404-driver-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 26 Sep 2012 01:34:33 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:28:09 +0000 (17:28 +1000)
drivers/rtc/rtc-ds2404.c:23:1: warning: "DEBUG" redefined <command-line>:
warning: this is the location of the previous definition

Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-ds2404.c

index 0ae5a23474c2737a7b43dcf104b7a4fafabb9d8d..5ea9df7c8c31982908a1b67dac341e82b33e6aa5 100644 (file)
@@ -20,8 +20,6 @@
 
 #include <linux/io.h>
 
-#define DEBUG
-
 #define DS2404_STATUS_REG 0x200
 #define DS2404_CONTROL_REG 0x201
 #define DS2404_RTC_REG 0x202