On Tue, Apr 30, 2024 at 01:33:26AM +0200, Michael Grzeschik wrote: > We move the u_f.h header to include/linux/usb to be > able to compile function drivers outside of the > drivers/usb/gadget/function directory. > > Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> Given that you're moving a private header file to a public location, don't you think it should now have a name that's more meaningful to general kernel developers than "u_f.h"? Alan Stern