Skip to content

Commit

Permalink
drivers: hv: vmbus: Get rid of some unused definitions
Browse files Browse the repository at this point in the history
Get rid of some unused definitions.

Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
kattisrinivasan authored and gregkh committed May 24, 2015
1 parent 813c5b7 commit db9ba20
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions include/linux/hyperv.h
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,6 @@ enum vmbus_channel_message_type {
CHANNELMSG_INITIATE_CONTACT = 14,
CHANNELMSG_VERSION_RESPONSE = 15,
CHANNELMSG_UNLOAD = 16,
#ifdef VMBUS_FEATURE_PARENT_OR_PEER_MEMORY_MAPPED_INTO_A_CHILD
CHANNELMSG_VIEWRANGE_ADD = 17,
CHANNELMSG_VIEWRANGE_REMOVE = 18,
#endif
CHANNELMSG_COUNT
};

Expand Down Expand Up @@ -549,21 +545,6 @@ struct vmbus_channel_gpadl_torndown {
u32 gpadl;
} __packed;

#ifdef VMBUS_FEATURE_PARENT_OR_PEER_MEMORY_MAPPED_INTO_A_CHILD
struct vmbus_channel_view_range_add {
struct vmbus_channel_message_header header;
PHYSICAL_ADDRESS viewrange_base;
u64 viewrange_length;
u32 child_relid;
} __packed;

struct vmbus_channel_view_range_remove {
struct vmbus_channel_message_header header;
PHYSICAL_ADDRESS viewrange_base;
u32 child_relid;
} __packed;
#endif

struct vmbus_channel_relid_released {
struct vmbus_channel_message_header header;
u32 child_relid;
Expand Down

0 comments on commit db9ba20

Please sign in to comment.