diff options
author | Nobuhiro Iwamatsu <[email protected]> | 2019-11-08 09:23:54 +0900 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2019-11-15 11:58:14 +0100 |
commit | 265fc0910aae15e96099d724e2ccf5ced18c4b80 (patch) | |
tree | f5df2267e7b6060439ee93ecae9f85a16058c6f9 | |
parent | 6d2130e68216bd09f8a813bfd010efccd08d3feb (diff) |
rtc: ds1302: Remove unused DRV_NAME
DRV_NAME is unused, remove it.
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r-- | drivers/rtc/rtc-ds1302.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-ds1302.c b/drivers/rtc/rtc-ds1302.c index 4faa24c88af5..b3de6d2e680a 100644 --- a/drivers/rtc/rtc-ds1302.c +++ b/drivers/rtc/rtc-ds1302.c @@ -15,8 +15,6 @@ #include <linux/rtc.h> #include <linux/spi/spi.h> -#define DRV_NAME "rtc-ds1302" - #define RTC_CMD_READ 0x81 /* Read command */ #define RTC_CMD_WRITE 0x80 /* Write command */ |