]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Drivers: hv: vmbus: Get rid of the unused macro
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 15 Dec 2015 00:01:45 +0000 (16:01 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Dec 2015 03:15:05 +0000 (19:15 -0800)
The macro VMBUS_DEVICE() is unused; get rid of it.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/hyperv.h

index b9f3bb25d8b48ad9795dc1f7e7aafe7930d225cb..f773a6871f4c68c47173b7137f354d4cb4c3a6dd 100644 (file)
@@ -986,19 +986,6 @@ int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
 int vmbus_cpu_number_to_vp_number(int cpu_number);
 u64 hv_do_hypercall(u64 control, void *input, void *output);
 
-/**
- * VMBUS_DEVICE - macro used to describe a specific hyperv vmbus device
- *
- * This macro is used to create a struct hv_vmbus_device_id that matches a
- * specific device.
- */
-#define VMBUS_DEVICE(g0, g1, g2, g3, g4, g5, g6, g7,   \
-                    g8, g9, ga, gb, gc, gd, ge, gf)    \
-       .guid = { g0, g1, g2, g3, g4, g5, g6, g7,       \
-                 g8, g9, ga, gb, gc, gd, ge, gf },
-
-
-
 /*
  * GUID definitions of various offer types - services offered to the guest.
  */