fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / net / wan / z85230.h
index 6809fac..158aea7 100644 (file)
@@ -348,7 +348,7 @@ struct z8530_channel
        int                     xmit_fifo_size; /* Transmit FIFO info */
 
        int                     close_delay;    /* Do we wait for drain on close ? */
-       unsigned int            closing_wait;
+       unsigned short          closing_wait;
 
        /* We need to know the current clock divisor
         * to read the bps rate the chip has currently
@@ -396,7 +396,7 @@ struct z8530_dev
 extern u8 z8530_dead_port[];
 extern u8 z8530_hdlc_kilostream_85230[];
 extern u8 z8530_hdlc_kilostream[];
-extern irqreturn_t z8530_interrupt(int, void *, struct pt_regs *);
+extern irqreturn_t z8530_interrupt(int, void *);
 extern void z8530_describe(struct z8530_dev *, char *mapping, unsigned long io);
 extern int z8530_init(struct z8530_dev *);
 extern int z8530_shutdown(struct z8530_dev *);