diff options
Diffstat (limited to 'drivers/pcmcia/pcmcia_ioctl.c')
-rw-r--r-- | drivers/pcmcia/pcmcia_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/pcmcia_ioctl.c b/drivers/pcmcia/pcmcia_ioctl.c index 88494149e910..27523c5f4dad 100644 --- a/drivers/pcmcia/pcmcia_ioctl.c +++ b/drivers/pcmcia/pcmcia_ioctl.c | |||
@@ -765,7 +765,7 @@ free_out: | |||
765 | 765 | ||
766 | /*====================================================================*/ | 766 | /*====================================================================*/ |
767 | 767 | ||
768 | static struct file_operations ds_fops = { | 768 | static const struct file_operations ds_fops = { |
769 | .owner = THIS_MODULE, | 769 | .owner = THIS_MODULE, |
770 | .open = ds_open, | 770 | .open = ds_open, |
771 | .release = ds_release, | 771 | .release = ds_release, |