patch-2.3.30 linux/arch/arm/kernel/ioport.c

Next file: linux/arch/arm/kernel/process.c
Previous file: linux/arch/arm/kernel/fiq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/arch/arm/kernel/ioport.c linux/arch/arm/kernel/ioport.c
@@ -15,6 +15,13 @@
 #include <asm/pgtable.h>
 #include <asm/uaccess.h>
 
+unsigned long
+resource_fixup(struct pci_dev * dev, struct resource * res,
+	       unsigned long start, unsigned long size)
+{
+	return start;
+}
+
 #ifdef CONFIG_CPU_32
 asmlinkage int sys_iopl(unsigned long turn_on)
 {

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