diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-09-24 10:32:06 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-08 15:25:12 -0500 |
commit | 9e224080536ea400a83ce09d0a61d064cef7bdd1 (patch) | |
tree | 94bce3fbe34dff25611d1782b386bedc4f825ebe | |
parent | d7dd4fffde5cbf6a047a904fe45a9b41b40054ea (diff) | |
download | u-boot-imx-9e224080536ea400a83ce09d0a61d064cef7bdd1.zip u-boot-imx-9e224080536ea400a83ce09d0a61d064cef7bdd1.tar.gz u-boot-imx-9e224080536ea400a83ce09d0a61d064cef7bdd1.tar.bz2 |
cosmetic: UDM-net: clean up the remainders of dead driver
This commit omits non-existing drivers/net/netarm_eth.c from the list.
This driver is deleted by commit b411eb30f.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
-rw-r--r-- | doc/driver-model/UDM-net.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/driver-model/UDM-net.txt b/doc/driver-model/UDM-net.txt index ef80964..097ed69 100644 --- a/doc/driver-model/UDM-net.txt +++ b/doc/driver-model/UDM-net.txt @@ -338,12 +338,6 @@ III) Analysis of in-tree drivers This file implements external functions necessary for native NE2000 compatible networking card to work. - drivers/net/netarm_eth.c - ------------------------ - - This driver uses the old, legacy, network API and will either have to be - converted or removed. - drivers/net/netconsole.c ------------------------ |