diff mbox series

rtc: ds1302: Remove unused DRV_NAME

Message ID 20191108002354.15016-1-iwamatsu@nigauri.org
State Accepted
Headers show
Series rtc: ds1302: Remove unused DRV_NAME | expand

Commit Message

Nobuhiro Iwamatsu Nov. 8, 2019, 12:23 a.m. UTC
DRV_NAME is unused, remove it.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 drivers/rtc/rtc-ds1302.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Alexandre Belloni Nov. 15, 2019, 11:01 a.m. UTC | #1
On 08/11/2019 09:23:54+0900, Nobuhiro Iwamatsu wrote:
> DRV_NAME is unused, remove it.
> 
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> ---
>  drivers/rtc/rtc-ds1302.c | 2 --
>  1 file changed, 2 deletions(-)
> 
Applied, thanks.
diff mbox series

Patch

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 */