rtc: ds1302: Remove unused DRV_NAME
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 8 Nov 2019 00:23:54 +0000 (09:23 +0900)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 15 Nov 2019 10:58:14 +0000 (11:58 +0100)
DRV_NAME is unused, remove it.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Link: https://lore.kernel.org/r/20191108002354.15016-1-iwamatsu@nigauri.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ds1302.c

index 4faa24c..b3de6d2 100644 (file)
@@ -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 */