Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
[deliverable/linux.git] / drivers / ide / ide-tape.c
index 9d6f62baac272c94953aec4aa171398cc159f291..58fc920d5c32094c4bddb1be206ebbdf5b2f30c5 100644 (file)
@@ -1913,7 +1913,7 @@ static int idetape_ioctl(struct block_device *bdev, fmode_t mode,
        return err;
 }
 
-static struct block_device_operations idetape_block_ops = {
+static const struct block_device_operations idetape_block_ops = {
        .owner          = THIS_MODULE,
        .open           = idetape_open,
        .release        = idetape_release,
This page took 0.024912 seconds and 5 git commands to generate.