cosmetic: UDM-net: clean up the remainders of dead driver
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 24 Sep 2013 01:32:06 +0000 (10:32 +0900)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 20:25:12 +0000 (15:25 -0500)
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>
doc/driver-model/UDM-net.txt

index ef80964..097ed69 100644 (file)
@@ -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
   ------------------------