diff options
author | Tuomas Tynkkynen | 2018-03-20 02:02:28 +0200 |
---|---|---|
committer | Joe Hershberger | 2018-03-22 15:05:32 -0500 |
commit | d04791dfa5e14183148c4b966a392de7a9869a10 (patch) | |
tree | 971d11f632af82c27c3458ee6a9c15fe029a4694 /include | |
parent | 6cdf072d9e6211cc71bcb8af647cc92a865582a4 (diff) |
net: Drop CONFIG_ENC28J60
Last user of this driver went away in October 2014 in
commit d58a9451e7339ed4 ("ppc/arm: zap EMK boards").
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/netdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/netdev.h b/include/netdev.h index 3958a4cd32d..86d28ade14b 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -39,8 +39,6 @@ int dm9000_initialize(bd_t *bis); int dnet_eth_initialize(int id, void *regs, unsigned int phy_addr); int e1000_initialize(bd_t *bis); int eepro100_initialize(bd_t *bis); -int enc28j60_initialize(unsigned int bus, unsigned int cs, - unsigned int max_hz, unsigned int mode); int ep93xx_eth_initialize(u8 dev_num, int base_addr); int eth_3com_initialize (bd_t * bis); int ethoc_initialize(u8 dev_num, int base_addr); |