From 7a7930c0f934fb0c46de6e7ca08e14e11df35dd6 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 12 Jan 2026 23:18:31 -0800 Subject: [PATCH] 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 --- drivers/usb/gadget/function/u_ether_configfs.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3