X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpcmcia%2Fpcmcia_ioctl.c;h=27523c5f4dad50a9fd9de15ff768257945716d99;hb=8ac1c101ec73e60635257ed9af1c6ab423c535b4;hp=88494149e9101d069ebdd0c96ec0c3c0a82940a3;hpb=f2aca47dc3c2d0c2d5dbd972558557e74232bbce;p=linux-2.6 diff --git a/drivers/pcmcia/pcmcia_ioctl.c b/drivers/pcmcia/pcmcia_ioctl.c index 88494149e9..27523c5f4d 100644 --- a/drivers/pcmcia/pcmcia_ioctl.c +++ b/drivers/pcmcia/pcmcia_ioctl.c @@ -765,7 +765,7 @@ free_out: /*====================================================================*/ -static struct file_operations ds_fops = { +static const struct file_operations ds_fops = { .owner = THIS_MODULE, .open = ds_open, .release = ds_release,