From: Randy Dunlap Date: Tue, 13 Jan 2026 07:18:31 +0000 (-0800) Subject: usb: gadget: u_ether: use header file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7930c0f934fb0c46de6e7ca08e14e11df35dd6;p=thirdparty%2Flinux.git usb: gadget: u_ether: use header file Since no longer includes , any users of the hex interfaces need to include themselves, so add the header file here as needed. Suggested-by: Stephen Rothwell Fixes: e065c6a7e46c ("usb: gadget: u_ether: add gether_opts for config caching") Reported-by: Stephen Rothwell Closes: https://lore.kernel.org/linux-next/2768c835-7ac9-4540-a665-5dd516a80eee@infradead.org/T/#t Signed-off-by: Randy Dunlap Link: https://patch.msgid.link/20260113071831.4158296-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/function/u_ether_configfs.h b/drivers/usb/gadget/function/u_ether_configfs.h index 39d3a261496d..217990a266b2 100644 --- a/drivers/usb/gadget/function/u_ether_configfs.h +++ b/drivers/usb/gadget/function/u_ether_configfs.h @@ -14,6 +14,7 @@ #define __U_ETHER_CONFIGFS_H #include +#include #include #include #include