From 96c16c59b705d02c29f6bef54858b5da78c3fb13 Mon Sep 17 00:00:00 2001 From: Kory Maincent Date: Thu, 19 Jun 2025 18:25:47 +0200 Subject: [PATCH] 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 --- net/ethtool/pse-pd.c | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.47.2