X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fhyperv.h;h=cd184bdca58fdc28e0ae59432445248c588fd2fc;hb=577f12c07e4edd54730dc559a9c7bc44d22bf7dc;hp=6824556d37ed2cd4fb60e7aacd74f594986880c3;hpb=c3f8f7fa8b19e274e7eb99dee428ad3a9b2ad8eb;p=cascardo%2Flinux.git diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 6824556d37ed..cd184bdca58f 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,