|
@@ -1529,7 +1529,7 @@ static const struct attribute_group rc_dev_wakeup_filter_attr_grp = {
|
|
|
.attrs = rc_dev_wakeup_filter_attrs,
|
|
.attrs = rc_dev_wakeup_filter_attrs,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-static struct device_type rc_dev_type = {
|
|
|
|
|
|
|
+static const struct device_type rc_dev_type = {
|
|
|
.release = rc_dev_release,
|
|
.release = rc_dev_release,
|
|
|
.uevent = rc_dev_uevent,
|
|
.uevent = rc_dev_uevent,
|
|
|
};
|
|
};
|