[PATCH net-next] ethtool: pse-pd: Add missing linux/export.h include

From: Kory Maincent
Date: Thu Jun 19 2025 - 12:26:35 EST


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@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202506200024.T3O0FWeR-lkp@xxxxxxxxx/
Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx>
---
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 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 {
--
2.43.0