diff options
| author | 2018-09-29 23:04:09 +0200 | |
|---|---|---|
| committer | 2018-10-01 22:55:35 -0700 | |
| commit | b31cdffa2329fe330cd304ca26c250dd1520fb0a (patch) | |
| tree | 22cf7c69b47d697ce32510de3edd27984ae8cf47 /include/linux/phy.h | |
| parent | nfp: warn on experimental TLV types (diff) | |
| download | wireguard-linux-b31cdffa2329fe330cd304ca26c250dd1520fb0a.tar.xz wireguard-linux-b31cdffa2329fe330cd304ca26c250dd1520fb0a.zip | |
net: phy: Move linkmode helpers to somewhere public
phylink has some useful helpers to working with linkmode bitmaps.
Move them to there own header so other code can use them.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phy.h')
| -rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 192a1fa0c73b..d24cc46748e2 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -19,6 +19,7 @@ #include <linux/compiler.h> #include <linux/spinlock.h> #include <linux/ethtool.h> +#include <linux/linkmode.h> #include <linux/mdio.h> #include <linux/mii.h> #include <linux/module.h> |
