Skip to content
Commit f081bbb3 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Wei Liu
Browse files

hyper-v: Remove internal types from UAPI header



The uuid_le mistakenly comes to be an UAPI type. Since it's luckily not used by
Hyper-V APIs, we may replace with POD types, i.e. __u8 array.

Note, previously shared uuid_be had been removed from UAPI few releases ago.
This is a continuation of that process towards removing uuid_le one.

Note, there is no ABI change!

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200422131818.23088-1-andriy.shevchenko@linux.intel.com


Signed-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent 1d3c9c07
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment