mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
[AF_X25]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
91cde6f7d2
commit
a1f6f5a768
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user