Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyper...
[linux-2.6-microblaze.git] / include / linux / mod_devicetable.h
index 0754b8d..580e554 100644 (file)
@@ -434,7 +434,7 @@ struct virtio_device_id {
  * For Hyper-V devices we use the device guid as the id.
  */
 struct hv_vmbus_device_id {
-       uuid_le guid;
+       guid_t guid;
        kernel_ulong_t driver_data;     /* Data private to the driver */
 };