Browse Source

rtc: Remove unused RTC_DEVICE_NAME_SIZE

The last usage was removed in 5c82a6ae0 when rtc_device.name
was removed

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cole Robinson 7 years ago
parent
commit
876d1b53c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/rtc.h

+ 0 - 1
include/linux/rtc.h

@@ -87,7 +87,6 @@ struct rtc_class_ops {
 	int (*set_offset)(struct device *, long offset);
 	int (*set_offset)(struct device *, long offset);
 };
 };
 
 
-#define RTC_DEVICE_NAME_SIZE 20
 typedef struct rtc_task {
 typedef struct rtc_task {
 	void (*func)(void *private_data);
 	void (*func)(void *private_data);
 	void *private_data;
 	void *private_data;