Skip to content

Commit

Permalink
[AF_X25]: constify function pointer tables
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jan Engelhardt authored and davem330 committed Jan 28, 2008
1 parent 91cde6f commit a1f6f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/x25/x25_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1f6f5a

Please sign in to comment.