]> err.no Git - linux-2.6/blobdiff - drivers/net/sk_mca.h
[PATCH] sky2: add Dlink 560SX id
[linux-2.6] / drivers / net / sk_mca.h
index 7e7c995827460831f4200c139d98ffaff9bd4f31..0dae056fed995147f0878edb503993f5e76e804d 100644 (file)
@@ -1,5 +1,3 @@
-#include <linux/version.h>
-
 #ifndef _SK_MCA_INCLUDE_
 #define _SK_MCA_INCLUDE_
 
@@ -27,11 +25,11 @@ typedef struct {
        int nextrx;             /* index of next RX descriptor to
                                   be read                          */
        int nexttxput;          /* index of next free TX descriptor */
-       int nexttxdone;         /* index of next TX descriptor to 
+       int nexttxdone;         /* index of next TX descriptor to
                                   be finished                      */
        int txbusy;             /* # of busy TX descriptors         */
        struct net_device_stats stat;   /* packet statistics            */
-       int realirq;            /* memorizes actual IRQ, even when 
+       int realirq;            /* memorizes actual IRQ, even when
                                   currently not allocated          */
        skmca_medium medium;    /* physical cannector               */
        spinlock_t lock;