Re: [PATCH v3 1/4] modpost: Mark uuid_le type only for MEI

From: Greg Kroah-Hartman
Date: Fri Oct 01 2021 - 07:59:49 EST


On Fri, Oct 01, 2021 at 02:37:44PM +0300, Andy Shevchenko wrote:
> The uuid_le type is used only for MEI ABI, do not advertise it for others.
> Due to above, bury add_uuid() in its only user.

Why not just remove it from the user and move to using guid_t instead?

And then remove this code entirely?

thanks,

greg k-h