This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / sk98lin / h / skdrv1st.h
index a4ed1a7..91b8d4f 100644 (file)
@@ -39,9 +39,6 @@
 #ifndef __INC_SKDRV1ST_H
 #define __INC_SKDRV1ST_H
 
-/* Check kernel version */
-#include <linux/version.h>
-
 typedef struct s_AC    SK_AC;
 
 /* Set card versions */
@@ -66,9 +63,10 @@ typedef struct s_AC  SK_AC;
 #include <linux/slab.h>
 #include <linux/interrupt.h>
 #include <linux/pci.h>
+#include <linux/bitops.h>
 #include <asm/byteorder.h>
-#include <asm/bitops.h>
 #include <asm/io.h>
+#include <asm/irq.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 #include <linux/skbuff.h>
@@ -109,7 +107,7 @@ typedef struct s_AC SK_AC;
 #define SK_MAX_MACS            2
 #define SK_MAX_NETS            2
 
-#define SK_IOC                 char*
+#define SK_IOC                 char __iomem *
 
 typedef struct s_DrvRlmtMbuf SK_MBUF;