diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-01-27 13:36:01 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-30 12:54:40 -0500 |
commit | 3396c7823efb3a5b8630388c464e1034ea031ced (patch) | |
tree | 35a61f96c9c4fe1a2e191b78d93e6cdaa1e95596 /Documentation/networking | |
parent | e94d5b7aec6a93d8ed3b9fc8e1c75285351eb17e (diff) | |
download | talos-op-linux-3396c7823efb3a5b8630388c464e1034ea031ced.tar.gz talos-op-linux-3396c7823efb3a5b8630388c464e1034ea031ced.zip |
drivers/net: fix up stale paths from driver reorg
The reorganization of the driver layout in drivers/net
left behind some stale paths in comments and in Kconfig
help text. Bring them up to date. No actual change to
any code takes place here.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/phy.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/networking/phy.txt b/Documentation/networking/phy.txt index 9eb1ba52013d..95e5f5985a2a 100644 --- a/Documentation/networking/phy.txt +++ b/Documentation/networking/phy.txt @@ -62,7 +62,8 @@ The MDIO bus 5) The bus must also be declared somewhere as a device, and registered. As an example for how one driver implemented an mdio bus driver, see - drivers/net/gianfar_mii.c and arch/ppc/syslib/mpc85xx_devices.c + drivers/net/ethernet/freescale/fsl_pq_mdio.c and an associated DTS file + for one of the users. (e.g. "git grep fsl,.*-mdio arch/powerpc/boot/dts/") Connecting to a PHY |