]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - block/bsg.c
ACPI: EC: add leading zeros to debug messages
[linux-2.6-omap-h63xx.git] / block / bsg.c
index b8ddfc66f210aac023479291a95ea1627f396950..8e181ab3afb9a515f38195b450145002a2be044d 100644 (file)
@@ -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,