summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorKory Maincent <kory.maincent@bootlin.com>2025-01-10 10:40:31 +0100
committerPaolo Abeni <pabeni@redhat.com>2025-01-14 13:56:33 +0100
commit5385f1e1923ca8131eb143567d509b101a344e06 (patch)
tree00cd26f7d83933351e6957290d586d037dcece09 /drivers
parent10276f3e1c7e7f5de9f0bba58f8a849cb195253d (diff)
net: pse-pd: Clean ethtool header of PSE structures
Remove PSE-specific structures from the ethtool header to improve code modularity, maintain independent headers, and reduce incremental build time. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/pse-pd/pse_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/pse-pd/pse_core.c b/drivers/net/pse-pd/pse_core.c
index b0272616a861..4f2a54afc4d0 100644
--- a/drivers/net/pse-pd/pse_core.c
+++ b/drivers/net/pse-pd/pse_core.c
@@ -6,6 +6,7 @@
//
#include <linux/device.h>
+#include <linux/ethtool.h>
#include <linux/of.h>
#include <linux/pse-pd/pse.h>
#include <linux/regulator/driver.h>