]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/block/xsysace.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[karo-tx-linux.git] / drivers / block / xsysace.c
index b20abe102a2b774d66cc4505508762bbed86b8d0..e5c5415eb45eb7a7e8f350427be29fcfe2fb3eec 100644 (file)
@@ -941,7 +941,7 @@ static int ace_getgeo(struct block_device *bdev, struct hd_geometry *geo)
        return 0;
 }
 
-static struct block_device_operations ace_fops = {
+static const struct block_device_operations ace_fops = {
        .owner = THIS_MODULE,
        .open = ace_open,
        .release = ace_release,