diff options
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 14131b6fae68..f0885cc01db6 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -831,15 +831,6 @@ struct vmbus_channel { | |||
831 | */ | 831 | */ |
832 | struct list_head sc_list; | 832 | struct list_head sc_list; |
833 | /* | 833 | /* |
834 | * Current number of sub-channels. | ||
835 | */ | ||
836 | int num_sc; | ||
837 | /* | ||
838 | * Number of a sub-channel (position within sc_list) which is supposed | ||
839 | * to be used as the next outgoing channel. | ||
840 | */ | ||
841 | int next_oc; | ||
842 | /* | ||
843 | * The primary channel this sub-channel belongs to. | 834 | * The primary channel this sub-channel belongs to. |
844 | * This will be NULL for the primary channel. | 835 | * This will be NULL for the primary channel. |
845 | */ | 836 | */ |
@@ -973,14 +964,6 @@ void vmbus_set_chn_rescind_callback(struct vmbus_channel *channel, | |||
973 | void (*chn_rescind_cb)(struct vmbus_channel *)); | 964 | void (*chn_rescind_cb)(struct vmbus_channel *)); |
974 | 965 | ||
975 | /* | 966 | /* |
976 | * Retrieve the (sub) channel on which to send an outgoing request. | ||
977 | * When a primary channel has multiple sub-channels, we choose a | ||
978 | * channel whose VCPU binding is closest to the VCPU on which | ||
979 | * this call is being made. | ||
980 | */ | ||
981 | struct vmbus_channel *vmbus_get_outgoing_channel(struct vmbus_channel *primary); | ||
982 | |||
983 | /* | ||
984 | * Check if sub-channels have already been offerred. This API will be useful | 967 | * Check if sub-channels have already been offerred. This API will be useful |
985 | * when the driver is unloaded after establishing sub-channels. In this case, | 968 | * when the driver is unloaded after establishing sub-channels. In this case, |
986 | * when the driver is re-loaded, the driver would have to check if the | 969 | * when the driver is re-loaded, the driver would have to check if the |