提交 876d1b53 编写于 作者: C Cole Robinson 提交者: 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: NCole Robinson <crobinso@redhat.com>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册