From: Cole Robinson Date: Sun, 26 Nov 2017 00:41:32 +0000 (-0500) Subject: rtc: Remove unused RTC_DEVICE_NAME_SIZE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=876d1b53c5bfecc6a4d0fc7ea8bf5f288535322f;p=linux.git 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 Signed-off-by: Alexandre Belloni --- diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 41319a2e409b4..fc6c90b57be0a 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h @@ -87,7 +87,6 @@ struct rtc_class_ops { int (*set_offset)(struct device *, long offset); }; -#define RTC_DEVICE_NAME_SIZE 20 typedef struct rtc_task { void (*func)(void *private_data); void *private_data;