]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mod_devicetable.h
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / include / linux / mod_devicetable.h
index 64f36e09a7901f1a1f4f382395cacbbffa2c89e6..6e4c645e1c0d473821551e8ca4252b52c894578f 100644 (file)
@@ -404,7 +404,7 @@ struct virtio_device_id {
  * For Hyper-V devices we use the device guid as the id.
  */
 struct hv_vmbus_device_id {
-       __u8 guid[16];
+       uuid_le guid;
        kernel_ulong_t driver_data;     /* Data private to the driver */
 };