X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fblock%2FDAC960.c;h=92bf868ca05684a655395cbd78554dc1e3d02beb;hb=2b8693c0617e972fc0b2fd1ebf8de97e15b656c3;hp=7b2fa3d8f61c0522b0bb6ff07c2e4de6199b31c3;hpb=5dfe4c964a0dd7bb3a1d64a4166835a153146207;p=deliverable%2Flinux.git diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c index 7b2fa3d8f61c..92bf868ca056 100644 --- a/drivers/block/DAC960.c +++ b/drivers/block/DAC960.c @@ -7024,7 +7024,7 @@ static int DAC960_gam_ioctl(struct inode *inode, struct file *file, return -EINVAL; } -static struct file_operations DAC960_gam_fops = { +static const struct file_operations DAC960_gam_fops = { .owner = THIS_MODULE, .ioctl = DAC960_gam_ioctl };