Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;