Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-block.git] / drivers / hv / hyperv_vmbus.h
index a64b17661d178577a5d3805cd386f24bfd78a91f..12321b93a756b947f09b95f79dade93849794040 100644 (file)
@@ -256,12 +256,6 @@ struct hv_monitor_page {
        u8 rsvdz4[1984];
 };
 
-/* Declare the various hypercall operations. */
-enum hv_call_code {
-       HVCALL_POST_MESSAGE     = 0x005c,
-       HVCALL_SIGNAL_EVENT     = 0x005d,
-};
-
 /* Definition of the hv_post_message hypercall input structure. */
 struct hv_input_post_message {
        union hv_connection_id connectionid;