aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorHeiner Kallweit <[email protected]>2025-02-22 08:36:10 +0000
committerJakub Kicinski <[email protected]>2025-02-25 03:14:31 +0000
commita3e51d4711793be001220784bd7d8ce81517003e (patch)
tree311042bb9b0a48a282adee9a635855aa27f24138 /drivers/net/phy/phy.c
parentMerge branch 'mptcp-pm-misc-cleanups-part-3' (diff)
downloadkernel-a3e51d4711793be001220784bd7d8ce81517003e.tar.gz
kernel-a3e51d4711793be001220784bd7d8ce81517003e.zip
net: phy: add phylib-internal.h
This patch is a starting point for moving phylib-internal declarations to a private header file. Signed-off-by: Heiner Kallweit <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r--drivers/net/phy/phy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index 831b36839627..16ffc00b419c 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -36,6 +36,8 @@
#include <net/genetlink.h>
#include <net/sock.h>
+#include "phylib-internal.h"
+
#define PHY_STATE_TIME HZ
#define PHY_STATE_STR(_state) \