diff options
author | Hans de Goede | 2015-04-23 18:47:47 +0200 |
---|---|---|
committer | Hans de Goede | 2015-05-04 16:51:54 +0200 |
commit | d17e1577a203e486d8a15bfa015a6410d99079de (patch) | |
tree | 16f2f45811d35e744cd748d87b57f9da9d617192 /include/netdev.h | |
parent | b6006baf9c2553543e3384983d23d95efbf24fa6 (diff) |
sunxi: emac: Remove non driver-model code
All sunxi boards now use the driver-model, so remove the non driver-model
code.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h index e6bdfdfa837..662d1735db0 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -80,7 +80,6 @@ int sh_eth_initialize(bd_t *bis); int skge_initialize(bd_t *bis); int smc91111_initialize(u8 dev_num, int base_addr); int smc911x_initialize(u8 dev_num, int base_addr); -int sunxi_emac_initialize(bd_t *bis); int tsi108_eth_initialize(bd_t *bis); int uec_standard_init(bd_t *bis); int uli526x_initialize(bd_t *bis); |