diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-09-11 02:04:20 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-09-11 02:04:20 -0700 |
| commit | ecb710876b0d1075be29a1bcb771b42fa5d759bc (patch) | |
| tree | e304aa020a974588b5dbc65bc4849379b538ef81 /include/linux/phy.h | |
| parent | 6d88424c48507c251466ef328b103ba5627d1ea5 (diff) | |
| parent | b40bf2be3cc9eeccb763b06b409782441a1cbb27 (diff) | |
Merge "mdio: Add support for mdio drivers."
Diffstat (limited to 'include/linux/phy.h')
| -rw-r--r-- | include/linux/phy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index dbfd5ce9350f..c175610c8fdb 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -18,6 +18,7 @@ #include <linux/spinlock.h> #include <linux/ethtool.h> +#include <linux/mdio.h> #include <linux/mii.h> #include <linux/module.h> #include <linux/timer.h> @@ -357,6 +358,8 @@ struct phy_c45_device_ids { * handling, as well as handling shifts in PHY hardware state */ struct phy_device { + struct mdio_device mdio; + /* Information about the PHY type */ /* And management functions */ struct phy_driver *drv; |
