]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/hv/hyperv_vmbus.h
hv: make "monitor_pages" a "real" pointer array
[karo-tx-linux.git] / drivers / hv / hyperv_vmbus.h
index d84918fe19ab7023e4189b0cb52d98495340abd1..d58c22ffb29a32de1c4063df80da3984a92368c5 100644 (file)
@@ -612,7 +612,7 @@ struct vmbus_connection {
         * 2 pages - 1st page for parent->child notification and 2nd
         * is child->parent notification
         */
-       void *monitor_pages;
+       struct hv_monitor_page *monitor_pages[2];
        struct list_head chn_msg_list;
        spinlock_t channelmsg_lock;