mei: Move uuid.h to the MEI namespace
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 10 Mar 2023 17:07:47 +0000 (19:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Mar 2023 16:25:46 +0000 (17:25 +0100)
commit1fb1ea0d9cb8359ae9d6f67f22666c74d5b9f47d
tree4626a5fcb9e50547813f77ee65bf6740af3a5073
parentabae262640ef9c7f24bad65acade25b44c7ba0eb
mei: Move uuid.h to the MEI namespace

There is only a single user of the UUID uAPI, let's make it
part of that user.

The way it's done is to prevent compilation time breakage for
the user space that does

#include <linux/uuid.h>

In the future MEI user space tools can switch over to use mei_uuid.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230310170747.22782-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
drivers/misc/mei/bus-fixup.c
drivers/misc/mei/hdcp/mei_hdcp.c
drivers/misc/mei/hw.h
drivers/misc/mei/main.c
drivers/misc/mei/pxp/mei_pxp.c
include/linux/mod_devicetable.h
include/linux/uuid.h
include/uapi/linux/mei.h
include/uapi/linux/mei_uuid.h [new file with mode: 0644]
include/uapi/linux/uuid.h