diff options
Diffstat (limited to 'drivers/net/wan/cosa.c')
-rw-r--r-- | drivers/net/wan/cosa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/cosa.c b/drivers/net/wan/cosa.c index 6c7dfb50143f..e91b5a84a20a 100644 --- a/drivers/net/wan/cosa.c +++ b/drivers/net/wan/cosa.c | |||
@@ -311,7 +311,7 @@ static int cosa_chardev_ioctl(struct inode *inode, struct file *file, | |||
311 | static int cosa_fasync(struct inode *inode, struct file *file, int on); | 311 | static int cosa_fasync(struct inode *inode, struct file *file, int on); |
312 | #endif | 312 | #endif |
313 | 313 | ||
314 | static struct file_operations cosa_fops = { | 314 | static const struct file_operations cosa_fops = { |
315 | .owner = THIS_MODULE, | 315 | .owner = THIS_MODULE, |
316 | .llseek = no_llseek, | 316 | .llseek = no_llseek, |
317 | .read = cosa_read, | 317 | .read = cosa_read, |