]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/vmw_vsock/vmci_transport.h
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[karo-tx-linux.git] / net / vmw_vsock / vmci_transport.h
index 2ad46f39649f8130d9f19ce48ccf8a8b4309797d..1820e74a575281bce3dc2fdf264a079345a24e63 100644 (file)
@@ -121,7 +121,7 @@ struct vmci_transport {
        u64 queue_pair_max_size;
        u32 detach_sub_id;
        union vmci_transport_notify notify;
-       struct vmci_transport_notify_ops *notify_ops;
+       const struct vmci_transport_notify_ops *notify_ops;
        struct list_head elem;
        struct sock *sk;
        spinlock_t lock; /* protects sk. */