[patch-2.4.0-test3-pre6] fix to net/netsyms.c for 8390 symbols

From: Tigran Aivazian (tigran@veritas.com)
Date: Sat Jul 08 2000 - 16:28:51 EDT

  • Next message: Tigran Aivazian: "2.4.0-test3-pre6 - virtually perfect..."

    Hi Linus,

    The symbols used by drivers relying on 8390 chipset are exported directly
    by 8390.c and the dependencies are dealt with at Makefile level so there
    is no need for exporting them again in net/netsyms.c

    Without this patch one cannot use 8390-based network card (e.g. PCI ne3k
    clone I have)

    Regards,
    Tigran

    --- net/netsyms.c.0 Sat Jul 8 21:26:06 2000
    +++ net/netsyms.c Sat Jul 8 21:26:16 2000
    @@ -436,22 +436,6 @@
     
     #endif /* CONFIG_INET */
     
    -#if defined(CONFIG_ULTRA) || defined(CONFIG_WD80x3) || \
    - defined(CONFIG_EL2) || defined(CONFIG_NE2000) || \
    - defined(CONFIG_E2100) || defined(CONFIG_HPLAN_PLUS) || \
    - defined(CONFIG_HPLAN) || defined(CONFIG_AC3200) || \
    - defined(CONFIG_ES3210) || defined(CONFIG_ULTRA32) || \
    - defined(CONFIG_LNE390) || defined(CONFIG_NE3210) || \
    - defined(CONFIG_NE2K_PCI) || defined(CONFIG_APNE) || \
    - defined(CONFIG_DAYNAPORT)
    -/* If 8390 NIC support is built in, we will need these. */
    -EXPORT_SYMBOL(ei_open);
    -EXPORT_SYMBOL(ei_close);
    -EXPORT_SYMBOL(ei_interrupt);
    -EXPORT_SYMBOL(ethdev_init);
    -EXPORT_SYMBOL(NS8390_init);
    -#endif
    -
     #ifdef CONFIG_TR
     EXPORT_SYMBOL(tr_setup);
     EXPORT_SYMBOL(tr_type_trans);

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sat Jul 08 2000 - 16:26:26 EDT