aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2025-02-22 09:36:10 +0100
committerJakub Kicinski <kuba@kernel.org>2025-02-24 19:14:31 -0800
commita3e51d4711793be001220784bd7d8ce81517003e (patch)
tree311042bb9b0a48a282adee9a635855aa27f24138 /drivers/net/phy/phy.c
parentMerge branch 'mptcp-pm-misc-cleanups-part-3' (diff)
downloadlinux-a3e51d4711793be001220784bd7d8ce81517003e.tar.gz
linux-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 <hkallweit1@gmail.com> Link: https://patch.msgid.link/082eacd2-a888-4716-8797-b3491ce02820@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
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) \