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

Commit fa50d645 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

net: make rx_queue sysfs_ops const

parent 6267300e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ static ssize_t rx_queue_attr_store(struct kobject *kobj, struct attribute *attr,
	return attribute->store(queue, attribute, buf, count);
}

static struct sysfs_ops rx_queue_sysfs_ops = {
static const struct sysfs_ops rx_queue_sysfs_ops = {
	.show = rx_queue_attr_show,
	.store = rx_queue_attr_store,
};