diff mbox

[U-Boot,3/5] cosmetic: UDM-net: clean up the remainders of dead driver

Message ID 1379986328-32125-4-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada Sept. 24, 2013, 1:32 a.m. UTC
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 | 6 ------
 1 file changed, 6 deletions(-)

Comments

Tom Rini Nov. 8, 2013, 10:26 p.m. UTC | #1
On Tue, Sep 24, 2013 at 10:32:06AM +0900, Masahiro Yamada wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

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
   ------------------------