diff options
| author | Heiner Kallweit <[email protected]> | 2025-02-22 08:36:10 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-02-25 03:14:31 +0000 |
| commit | a3e51d4711793be001220784bd7d8ce81517003e (patch) | |
| tree | 311042bb9b0a48a282adee9a635855aa27f24138 /drivers/net/phy/phy.c | |
| parent | Merge branch 'mptcp-pm-misc-cleanups-part-3' (diff) | |
| download | kernel-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.c | 2 |
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) \ |
