]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ethtool: pse-pd: Add missing linux/export.h include
authorKory Maincent <kory.maincent@bootlin.com>
Thu, 19 Jun 2025 16:25:47 +0000 (18:25 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 Jun 2025 20:13:01 +0000 (13:13 -0700)
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>
net/ethtool/pse-pd.c

index 6c536dfe52dacc0717195d9058e1982ae49244ae..24def9c9dd54bf8d388f2e938235afbc6ad631b8 100644 (file)
@@ -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 {