Staging: hv: block_operations can be const
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 7 May 2010 04:44:44 +0000 (21:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 21:15:34 +0000 (14:15 -0700)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/blkvsc_drv.c

index d068f15..61bd0be 100644 (file)
@@ -156,7 +156,7 @@ MODULE_PARM_DESC(ring_size, "Ring buffer size (in bytes)");
 /* The one and only one */
 static struct blkvsc_driver_context g_blkvsc_drv;
 
-static struct block_device_operations block_ops = {
+static const struct block_device_operations block_ops = {
        .owner = THIS_MODULE,
        .open = blkvsc_open,
        .release = blkvsc_release,