diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-01 13:20:17 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-07 14:33:50 -0500 |
commit | 82803a60b1d31507226d20f4e279dbc8a5cb8e3e (patch) | |
tree | bd30d59cd896bd94ad50f3899cca212036b1899c /include | |
parent | 5c63b5a87fb44aadb1d4bceef8204c70b8ce2eb0 (diff) | |
download | u-boot-82803a60b1d31507226d20f4e279dbc8a5cb8e3e.tar.gz u-boot-82803a60b1d31507226d20f4e279dbc8a5cb8e3e.tar.bz2 u-boot-82803a60b1d31507226d20f4e279dbc8a5cb8e3e.zip |
armada: usb: net: Drop unused USB drivers
These are not used. Drop the drivers and Kconfig option. Also drop an
old declaration in the netdev.h header.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-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 2b4e474ed0..2a7f40e504 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -71,7 +71,6 @@ int skge_initialize(struct bd_info *bis); int smc91111_initialize(u8 dev_num, phys_addr_t base_addr); int smc911x_initialize(u8 dev_num, phys_addr_t base_addr); int uli526x_initialize(struct bd_info *bis); -int armada100_fec_register(unsigned long base_addr); /* Boards with PCI network controllers can call this from their board_eth_init() * function to initialize whatever's on board. |