diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-01-27 08:36:01 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-30 12:54:40 -0500 |
commit | 3396c7823efb3a5b8630388c464e1034ea031ced (patch) | |
tree | 35a61f96c9c4fe1a2e191b78d93e6cdaa1e95596 /drivers/net/ethernet/amd/Kconfig | |
parent | e94d5b7aec6a93d8ed3b9fc8e1c75285351eb17e (diff) |
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 'drivers/net/ethernet/amd/Kconfig')
-rw-r--r-- | drivers/net/ethernet/amd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig index 238b537b68fe..8350f4b37a8a 100644 --- a/drivers/net/ethernet/amd/Kconfig +++ b/drivers/net/ethernet/amd/Kconfig | |||
@@ -113,7 +113,7 @@ config DEPCA | |||
113 | If you have a network (Ethernet) card of this type, say Y and read | 113 | If you have a network (Ethernet) card of this type, say Y and read |
114 | the Ethernet-HOWTO, available from | 114 | the Ethernet-HOWTO, available from |
115 | <http://www.tldp.org/docs.html#howto> as well as | 115 | <http://www.tldp.org/docs.html#howto> as well as |
116 | <file:drivers/net/depca.c>. | 116 | <file:drivers/net/ethernet/amd/depca.c>. |
117 | 117 | ||
118 | To compile this driver as a module, choose M here. The module | 118 | To compile this driver as a module, choose M here. The module |
119 | will be called depca. | 119 | will be called depca. |