]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/drivers/ubd_kern.c
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / um / drivers / ubd_kern.c
index 8f05d4d9da128788d0b5b7d5f39ac5fe2741bd61..635d16d90a80d4158df7769ec11df5ab6c64c38d 100644 (file)
@@ -106,7 +106,7 @@ static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo);
 
 #define MAX_DEV (16)
 
-static struct block_device_operations ubd_blops = {
+static const struct block_device_operations ubd_blops = {
         .owner         = THIS_MODULE,
         .open          = ubd_open,
         .release       = ubd_release,