modpost: Mark uuid_le type to be suitable only for MEI
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 25 Nov 2022 10:12:49 +0000 (12:12 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 26 Nov 2022 23:08:16 +0000 (08:08 +0900)
commit248043299bf61134fb675d16963e11f49e79b05b
tree836a2d5b4e54eb28ba1bfcbf589f2c80c9a85929
parent8818039f959b2efc0d6f2cb101f8061332f0c77e
modpost: Mark uuid_le type to be suitable only for MEI

The uuid_le type is used only in MEI ABI, do not advertise it for others.
While at it, comment out that UUID types are not to be used in a new code.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
scripts/mod/file2alias.c