vserver 1.9.5.x5
[linux-2.6.git] / drivers / net / wan / c101.c
index e8cfa4f..43d854a 100644 (file)
@@ -56,7 +56,7 @@ static char *hw;              /* pointer to hw=xxx command line string */
 typedef struct card_s {
        struct net_device *dev;
        spinlock_t lock;        /* TX lock */
-       u8 *win0base;           /* ISA window base address */
+       u8 __iomem *win0base;   /* ISA window base address */
        u32 phy_winbase;        /* ISA physical base address */
        sync_serial_settings settings;
        int rxpart;             /* partial frame received, next frame invalid*/
@@ -113,9 +113,6 @@ static inline void openwin(card_t *card, u8 page)
 }
 
 
-#define close_windows(card) {} /* no hardware support */
-
-
 #include "hd6457x.c"