patch-2.4.22 linux-2.4.22/arch/ppc/amiga/ints.c

Next file: linux-2.4.22/arch/ppc/boot/Makefile
Previous file: linux-2.4.22/arch/ppc/amiga/config.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/amiga/ints.c linux-2.4.22/arch/ppc/amiga/ints.c
@@ -76,8 +76,8 @@
 	return NULL;
 }
 
-int sys_request_irq(unsigned int irq, 
-                    void (*handler)(int, void *, struct pt_regs *), 
+int sys_request_irq(unsigned int irq,
+                    void (*handler)(int, void *, struct pt_regs *),
                     unsigned long flags, const char *devname, void *dev_id)
 {
 	if (irq < IRQ1 || irq > IRQ7) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)