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

[AF_X25]: constify function pointer tables

Signed-off-by: default avatarJan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 91cde6f7
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment