Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202506200024.T3O0FWeR-lkp@intel.com/
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20250619162547.1989468-1-kory.maincent@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Kory Maincent and committed by
Jakub Kicinski
96c16c59 bfb4a6c7

+1
+1
net/ethtool/pse-pd.c
··· 11 11 #include "netlink.h" 12 12 #include <linux/ethtool_netlink.h> 13 13 #include <linux/ethtool.h> 14 + #include <linux/export.h> 14 15 #include <linux/phy.h> 15 16 16 17 struct pse_req_info {