diff options
Diffstat (limited to 'drivers/net/hamradio/bpqether.c')
-rw-r--r-- | drivers/net/hamradio/bpqether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hamradio/bpqether.c b/drivers/net/hamradio/bpqether.c index 5b788d84011f..d2542697e298 100644 --- a/drivers/net/hamradio/bpqether.c +++ b/drivers/net/hamradio/bpqether.c | |||
@@ -459,7 +459,7 @@ static int bpq_info_open(struct inode *inode, struct file *file) | |||
459 | return seq_open(file, &bpq_seqops); | 459 | return seq_open(file, &bpq_seqops); |
460 | } | 460 | } |
461 | 461 | ||
462 | static struct file_operations bpq_info_fops = { | 462 | static const struct file_operations bpq_info_fops = { |
463 | .owner = THIS_MODULE, | 463 | .owner = THIS_MODULE, |
464 | .open = bpq_info_open, | 464 | .open = bpq_info_open, |
465 | .read = seq_read, | 465 | .read = seq_read, |