diff options
| author | 2016-11-14 16:39:47 +0100 | |
|---|---|---|
| committer | 2016-11-14 16:39:47 +0100 | |
| commit | b7d91c915290ab0bfbab84a0fb9c9eae57816982 (patch) | |
| tree | 75c1d0e53e297f6bd1eae2c04ed463a8f603b5cd /include/linux/hyperv.h | |
| parent | char/pcmcia: add scr24x_cs chip card interface driver (diff) | |
| parent | Linux 4.9-rc5 (diff) | |
| download | linux-dev-b7d91c915290ab0bfbab84a0fb9c9eae57816982.tar.xz linux-dev-b7d91c915290ab0bfbab84a0fb9c9eae57816982.zip | |
Merge 4.9-rc5 into char-misc-next
We want those fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index fdb0a87323f3..2a52d9abb305 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -1169,13 +1169,6 @@ int __must_check __vmbus_driver_register(struct hv_driver *hv_driver, const char *mod_name); void vmbus_driver_unregister(struct hv_driver *hv_driver); -static inline const char *vmbus_dev_name(const struct hv_device *device_obj) -{ - const struct kobject *kobj = &device_obj->device.kobj; - - return kobj->name; -} - void vmbus_hvsock_device_unregister(struct vmbus_channel *channel); int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, |
