]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/sysdev/axonram.c
Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[karo-tx-linux.git] / arch / powerpc / sysdev / axonram.c
index a4779912a5caa4d45eacedd3b584d33a2537fafd..88f4ae787832a270053673b4f0ceb7e5fe1b62cf 100644 (file)
@@ -165,7 +165,7 @@ axon_ram_direct_access(struct block_device *device, sector_t sector,
        return 0;
 }
 
-static struct block_device_operations axon_ram_devops = {
+static const struct block_device_operations axon_ram_devops = {
        .owner          = THIS_MODULE,
        .direct_access  = axon_ram_direct_access
 };