> > > Should be signed off by Petr, really.
>
> Atari NatFeat Ethernet fixes:
> - Interrupt handlers no longer pass around a struct pt_regs *
> - Always return the interrupt handled status in atari_nfeth_interrupt()
> - Fix incorrect prototype of atari_nfeth_probe()
>
> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
>
> --- linux-m68k-2.6.19.orig/drivers/net/atari_nfeth.c 2006-12-12
> 21:54:04.000000000 +0100
> +++ linux-m68k-2.6.19/drivers/net/atari_nfeth.c 2006-12-12
> 21:55:56.000000000 +0100
> @@ -48,7 +48,7 @@ static inline int getEthX(struct net_dev
>
> int atari_nfeth_open(struct net_device *dev);
> int atari_nfeth_stop(struct net_device *dev);
> -irqreturn_t atari_nfeth_interrupt(int irq, void *dev_id, struct pt_regs *fp);
> +irqreturn_t atari_nfeth_interrupt(int irq, void *dev_id);
> int atari_nfeth_xmit(struct sk_buff *skb, struct net_device *dev);
Wonder how I could miss this one :-(
Looks OK as well - maybe less warnings makes this easier to spot ...
Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html