]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ne3210.c
modify 3c589_cs to be SMP safe
[linux-2.6-omap-h63xx.git] / drivers / net / ne3210.c
index 0fa8e4d2276993984075a7e763f921470534e8b9..1a6fed76d4cc6f429d04570115f27360f5ffe234 100644 (file)
@@ -36,6 +36,7 @@
 #include <linux/interrupt.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
+#include <linux/mm.h>
 
 #include <asm/io.h>
 #include <asm/system.h>
@@ -343,6 +344,7 @@ static struct eisa_device_id ne3210_ids[] = {
        { "NVL1801" },
        { "" },
 };
+MODULE_DEVICE_TABLE(eisa, ne3210_ids);
 
 static struct eisa_driver ne3210_eisa_driver = {
        .id_table = ne3210_ids,