X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fserial%2Fmcfserial.c;h=aee1b31f1a1c4c6f3456694ccf7a8272b80744a8;hb=470ea7eba4aaa517533f9b02ac9a104e77264548;hp=00d7859c167ec7c246c885cc918e2932cd1df69e;hpb=6f3a28f7d1f0a65a78443c273b6e8ec01becf301;p=~andy%2Flinux diff --git a/drivers/serial/mcfserial.c b/drivers/serial/mcfserial.c index 00d7859c167..aee1b31f1a1 100644 --- a/drivers/serial/mcfserial.c +++ b/drivers/serial/mcfserial.c @@ -385,7 +385,7 @@ static inline void transmit_chars(struct mcf_serial *info) /* * This is the serial driver's generic interrupt routine */ -irqreturn_t mcfrs_interrupt(int irq, void *dev_id, struct pt_regs *regs) +irqreturn_t mcfrs_interrupt(int irq, void *dev_id) { struct mcf_serial *info; unsigned char isr;