ide: fix locking for manual DMA enable/disable ("hdparm -d")
[safe/jmp/linux-2.6] / drivers / net / sk98lin / skge.c
index 12cbfd1..e94ab25 100644 (file)
 #include       <linux/dma-mapping.h>
 #include       <linux/ip.h>
 #include       <linux/mii.h>
+#include       <linux/mm.h>
 
 #include       "h/skdrv1st.h"
 #include       "h/skdrv2nd.h"
@@ -5187,6 +5188,9 @@ static struct pci_driver skge_driver = {
 
 static int __init skge_init(void)
 {
+       printk(KERN_NOTICE "sk98lin: driver has been replaced by the skge driver"
+              " and is scheduled for removal\n");
+
        return pci_register_driver(&skge_driver);
 }