[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1509730361-23905-1-git-send-email-akshay.bhat@timesys.com>
Date: Fri, 3 Nov 2017 13:32:39 -0400
From: Akshay Bhat <akshay.bhat@...esys.com>
To: a.zummo@...ertech.it, alexandre.belloni@...e-electrons.com
Cc: linux-rtc@...r.kernel.org, linux-kernel@...r.kernel.org,
Akshay Bhat <akshay.bhat@...esys.com>
Subject: [PATCH 1/3] rtc: rx8010: Remove duplicate define
Remove duplicate define for RX8010_YEAR
Signed-off-by: Akshay Bhat <akshay.bhat@...esys.com>
---
drivers/rtc/rtc-rx8010.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/rtc/rtc-rx8010.c b/drivers/rtc/rtc-rx8010.c
index 1ed3403..f948f75 100644
--- a/drivers/rtc/rtc-rx8010.c
+++ b/drivers/rtc/rtc-rx8010.c
@@ -24,7 +24,6 @@
#define RX8010_MDAY 0x14
#define RX8010_MONTH 0x15
#define RX8010_YEAR 0x16
-#define RX8010_YEAR 0x16
#define RX8010_RESV17 0x17
#define RX8010_ALMIN 0x18
#define RX8010_ALHOUR 0x19
--
2.7.4
Powered by blists - more mailing lists