mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all. Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef. Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago. Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
47fd22f2b8
commit
e179d78ee1
8 changed files with 30 additions and 99 deletions
|
@ -8,16 +8,10 @@ struct net_device *ultra_probe(int unit);
|
|||
struct net_device *wd_probe(int unit);
|
||||
struct net_device *ne_probe(int unit);
|
||||
struct net_device *fmv18x_probe(int unit);
|
||||
struct net_device *i82596_probe(int unit);
|
||||
struct net_device *ni65_probe(int unit);
|
||||
struct net_device *sonic_probe(int unit);
|
||||
struct net_device *smc_init(int unit);
|
||||
struct net_device *atarilance_probe(int unit);
|
||||
struct net_device *sun3lance_probe(int unit);
|
||||
struct net_device *sun3_82586_probe(int unit);
|
||||
struct net_device *apne_probe(int unit);
|
||||
struct net_device *cs89x0_probe(int unit);
|
||||
struct net_device *mvme147lance_probe(int unit);
|
||||
struct net_device *tc515_probe(int unit);
|
||||
struct net_device *lance_probe(int unit);
|
||||
struct net_device *cops_probe(int unit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue