rtc: remove rtc_device.name
rtc->name is only used in messages were it is superfluous. Remove it completely from the structure. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
@@ -116,7 +116,6 @@ struct rtc_device {
|
||||
struct module *owner;
|
||||
|
||||
int id;
|
||||
char name[RTC_DEVICE_NAME_SIZE];
|
||||
|
||||
const struct rtc_class_ops *ops;
|
||||
struct mutex ops_lock;
|
||||
|
Reference in New Issue
Block a user