patch-2.3.41 linux/include/asm-arm/parport.h

Next file: linux/include/asm-arm/siginfo.h
Previous file: linux/include/asm-alpha/siginfo.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/include/asm-arm/parport.h linux/include/asm-arm/parport.h
@@ -39,16 +39,16 @@
 		do {
 			if (!*io_hi) *io_hi = 0x400 + *io;
 			if (parport_pc_probe_port(*(io++), *(io_hi++),
-						  *(irq++), *(dma++)))
+						  *(irq++), *(dma++), NULL))
 				count++;
 		} while (*io && (++i < PARPORT_PC_MAX_PORTS));
 	} else {
 		/* Probe all the likely ports. */
-		if (parport_pc_probe_port(0x3bc, 0x7bc, irq[0], dma[0]))
+		if (parport_pc_probe_port(0x3bc, 0x7bc, irq[0], dma[0], NULL))
 			count++;
-		if (parport_pc_probe_port(0x378, 0x778, irq[0], dma[0]))
+		if (parport_pc_probe_port(0x378, 0x778, irq[0], dma[0], NULL))
 			count++;
-		if (parport_pc_probe_port(0x278, 0x678, irq[0], dma[0]))
+		if (parport_pc_probe_port(0x278, 0x678, irq[0], dma[0], NULL))
 			count++;
 		count += parport_pc_init_pci (irq[0], dma[0]);
 	}

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