• Arnd Bergmann's avatar
    m68k: remove legacy probing · e179d78e
    Arnd Bergmann authored
    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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    e179d78e
mvme147.c 5.64 KB