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

Commit a1f6f5a7 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by David S. Miller
Browse files

[AF_X25]: constify function pointer tables

parent 91cde6f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ static const struct file_operations x25_seq_route_fops = {
	.release	= seq_release,
};

static struct file_operations x25_seq_forward_fops = {
static const struct file_operations x25_seq_forward_fops = {
	.owner		= THIS_MODULE,
	.open		= x25_seq_forward_open,
	.read		= seq_read,