diff options
author | Kory Maincent <kory.maincent@bootlin.com> | 2025-06-19 18:25:47 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-06-23 13:13:01 -0700 |
commit | 96c16c59b705d02c29f6bef54858b5da78c3fb13 (patch) | |
tree | 552f1580db433c7ff17ee7b1ec7a5ddd731ce8fe /net/ethtool/pse-pd.c | |
parent | bfb4a6c721517a11b277e8841f8a7a64b1b14b72 (diff) |
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>
Diffstat (limited to 'net/ethtool/pse-pd.c')
-rw-r--r-- | net/ethtool/pse-pd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ethtool/pse-pd.c b/net/ethtool/pse-pd.c index 6c536dfe52da..24def9c9dd54 100644 --- a/net/ethtool/pse-pd.c +++ b/net/ethtool/pse-pd.c @@ -11,6 +11,7 @@ #include "netlink.h" #include <linux/ethtool_netlink.h> #include <linux/ethtool.h> +#include <linux/export.h> #include <linux/phy.h> struct pse_req_info { |