mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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 <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200423134505.78221-4-andriy.shevchenko@linux.intel.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
This commit is contained in:
parent
0027e3fd6d
commit
b7d18c57c9
@ -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 */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user