Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: ds1302: Remove unused DRV_NAME

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>

authored by

Nobuhiro Iwamatsu and committed by
Alexandre Belloni
265fc091 6d2130e6

-2
-2
drivers/rtc/rtc-ds1302.c
··· 15 15 #include <linux/rtc.h> 16 16 #include <linux/spi/spi.h> 17 17 18 - #define DRV_NAME "rtc-ds1302" 19 - 20 18 #define RTC_CMD_READ 0x81 /* Read command */ 21 19 #define RTC_CMD_WRITE 0x80 /* Write command */ 22 20