]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/hv/channel_mgmt.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland...
[karo-tx-linux.git] / drivers / staging / hv / channel_mgmt.h
index cf7f1d205c1301b37c6d398e127672d719f7a50b..f969267895be6d20ecee417840b3a35a03d24497 100644 (file)
@@ -247,8 +247,8 @@ struct vmbus_channel {
        /* Allocated memory for ring buffer */
        void *RingBufferPages;
        u32 RingBufferPageCount;
-       RING_BUFFER_INFO Outbound;      /* send to parent */
-       RING_BUFFER_INFO Inbound;       /* receive from parent */
+       struct hv_ring_buffer_info Outbound;    /* send to parent */
+       struct hv_ring_buffer_info Inbound;     /* receive from parent */
        spinlock_t inbound_lock;
        struct workqueue_struct *ControlWQ;