Skip to content

Commit b7d18c5

Browse files
andy-shevliuw
authored andcommitted
hyper-v: Switch to use UUID types directly
uuid_le is an alias for guid_t and is going to be removed in the future. Replace it with original type. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]>
1 parent 0027e3f commit b7d18c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/mod_devicetable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ struct virtio_device_id {
434434
* For Hyper-V devices we use the device guid as the id.
435435
*/
436436
struct hv_vmbus_device_id {
437-
uuid_le guid;
437+
guid_t guid;
438438
kernel_ulong_t driver_data; /* Data private to the driver */
439439
};
440440

0 commit comments

Comments
 (0)