Re: [PATCH v3 1/4] modpost: Mark uuid_le type only for MEI
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-10-01 11:59:49
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-10-01 11:59:49
Also in:
lkml
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