Commit 876d1b53 authored by Cole Robinson's avatar Cole Robinson Committed by Alexandre Belloni

rtc: Remove unused RTC_DEVICE_NAME_SIZE

The last usage was removed in 5c82a6ae when rtc_device.name
was removed
Signed-off-by: default avatarCole Robinson <crobinso@redhat.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 5c6e5eca
...@@ -87,7 +87,6 @@ struct rtc_class_ops { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment