]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ibmlana.h
Merge branch 'for-np' of git://git.wormnet.eu/alex/ts78xx into orion/master
[linux-2.6-omap-h63xx.git] / drivers / net / ibmlana.h
index 458ee226e5372d8250f20f733f483543e4eef259..aa3ddbdee4bbc76391d8f6be203d5f576ddf5d1a 100644 (file)
@@ -17,7 +17,7 @@
 /* media enumeration - defined in a way that it fits onto the LAN/A's
    POS registers... */
 
-typedef enum { 
+typedef enum {
        Media_10BaseT, Media_10Base5,
        Media_Unknown, Media_10Base2, Media_Count
 } ibmlana_medium;
@@ -26,8 +26,7 @@ typedef enum {
 
 typedef struct {
        unsigned int slot;              /* MCA-Slot-#                       */
-       struct net_device_stats stat;   /* packet statistics            */
-       int realirq;                    /* memorizes actual IRQ, even when 
+       int realirq;                    /* memorizes actual IRQ, even when
                                           currently not allocated          */
        ibmlana_medium medium;          /* physical cannector               */
        u32     tdastart, txbufstart,   /* addresses                        */
@@ -41,7 +40,7 @@ typedef struct {
        spinlock_t lock;
 } ibmlana_priv;
 
-/* this card uses quite a lot of I/O ports...luckily the MCA bus decodes 
+/* this card uses quite a lot of I/O ports...luckily the MCA bus decodes
    a full 64K I/O range... */
 
 #define IBM_LANA_IORANGE 0xa0