From: Kory Maincent Date: Thu, 19 Jun 2025 16:25:47 +0000 (+0200) Subject: ethtool: pse-pd: Add missing linux/export.h include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c16c59b705d02c29f6bef54858b5da78c3fb13;p=thirdparty%2Flinux.git ethtool: pse-pd: Add missing linux/export.h include Fix missing linux/export.h header include in net/ethtool/pse-pd.c to resolve build warning reported by the kernel test robot. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202506200024.T3O0FWeR-lkp@intel.com/ Signed-off-by: Kory Maincent Link: https://patch.msgid.link/20250619162547.1989468-1-kory.maincent@bootlin.com Signed-off-by: Jakub Kicinski --- diff --git a/net/ethtool/pse-pd.c b/net/ethtool/pse-pd.c index 6c536dfe52dac..24def9c9dd54b 100644 --- a/net/ethtool/pse-pd.c +++ b/net/ethtool/pse-pd.c @@ -11,6 +11,7 @@ #include "netlink.h" #include #include +#include #include struct pse_req_info {