X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=block%2Fbsg.c;h=8e181ab3afb9a515f38195b450145002a2be044d;hb=da231fd5d113ab6da5dab7a2d2c38d0a540f939c;hp=b8ddfc66f210aac023479291a95ea1627f396950;hpb=6a84258e5f5bb8b9bd72e06a5837fa6fdacaf5c5;p=linux-2.6-omap-h63xx.git diff --git a/block/bsg.c b/block/bsg.c index b8ddfc66f21..8e181ab3afb 100644 --- a/block/bsg.c +++ b/block/bsg.c @@ -908,7 +908,7 @@ static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) } } -static struct file_operations bsg_fops = { +static const struct file_operations bsg_fops = { .read = bsg_read, .write = bsg_write, .poll = bsg_poll,