]> git.ipfire.org Git - thirdparty/linux.git/commit
usb: gadget: u_ether: use <linux/hex.h> header file
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 13 Jan 2026 07:18:31 +0000 (23:18 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jan 2026 14:59:48 +0000 (15:59 +0100)
commit7a7930c0f934fb0c46de6e7ca08e14e11df35dd6
treea057fe9ce06c366f89cf7028738a9ae84950effe
parentf9de0dd246ed14996e62c731ebccf162cb015ff9
usb: gadget: u_ether: use <linux/hex.h> header file

Since <linux/kernel.h> no longer includes <linux/hex.h>, any users
of the hex interfaces need to include <linux/hex.h> themselves, so
add the header file here as needed.

Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: e065c6a7e46c ("usb: gadget: u_ether: add gether_opts for config caching")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/2768c835-7ac9-4540-a665-5dd516a80eee@infradead.org/T/#t
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260113071831.4158296-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/u_ether_configfs.h