Skip to content

Commit 265fc09

Browse files
iwamatsualexandrebelloni
authored andcommitted
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]>
1 parent 6d2130e commit 265fc09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/rtc/rtc-ds1302.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include <linux/rtc.h>
1616
#include <linux/spi/spi.h>
1717

18-
#define DRV_NAME "rtc-ds1302"
19-
2018
#define RTC_CMD_READ 0x81 /* Read command */
2119
#define RTC_CMD_WRITE 0x80 /* Write command */
2220

0 commit comments

Comments
 (0)