diff options
author | Vitaly Kuznetsov <vkuznets@redhat.com> | 2016-09-16 19:01:18 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-27 13:35:49 +0300 |
commit | e7fca5d860aeeb1e606448f5191cea8d925cc7a3 (patch) | |
tree | c32ef9a8e9559b9aeb12711f212308cd857c1720 /include/linux/hyperv.h | |
parent | b294809dbfa7e50229d00253d43f9a56e5d6a0ba (diff) | |
download | linux-e7fca5d860aeeb1e606448f5191cea8d925cc7a3.tar.xz |
Drivers: hv: get rid of id in struct vmbus_channel
The auto incremented counter is not being used anymore, get rid of it.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 7d7cbff33bda..cd184bdca58f 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -706,9 +706,6 @@ struct vmbus_device { }; struct vmbus_channel { - /* Unique channel id */ - int id; - struct list_head listentry; struct hv_device *device_obj; |