diff options
author | Remy Bohmer <linux@bohmer.net> | 2009-05-02 21:49:18 +0200 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-06-15 00:13:55 -0700 |
commit | 60f61e6d7655400bb785a2ef637581679941f6d1 (patch) | |
tree | 9ef42885ec5b620b6f2cde24a0f561856e6bf67e /include/netdev.h | |
parent | 9131589ada4dda0718604d0a425ca46e52775f6e (diff) | |
download | u-boot-60f61e6d7655400bb785a2ef637581679941f6d1.tar.gz u-boot-60f61e6d7655400bb785a2ef637581679941f6d1.tar.xz u-boot-60f61e6d7655400bb785a2ef637581679941f6d1.zip |
Convert DM9000 driver for CONFIG_NET_MULTI
All drivers need to be converted to CONFIG_NET_MULTI.
This patch converts the dm9000 driver.
Signed-off-by: Thomas Smits <ts.smits@gmail.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdev.h b/include/netdev.h index 55710705f0..aed5c4cce3 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -75,6 +75,7 @@ int tsi108_eth_initialize(bd_t *bis); int uec_initialize(int index); int uli526x_initialize(bd_t *bis); int sh_eth_initialize(bd_t *bis); +int dm9000_initialize(bd_t *bis); /* Boards with PCI network controllers can call this from their board_eth_init() * function to initialize whatever's on board. |