original_kernel/arch/arm/mach-versatile
Paul Gortmaker ee5324ea33 ARM: versatile: fix build failure in pci.c
commit 9f786d033d

    "arm/PCI: get rid of device resource fixups"

causes this failure on the versatile:

arch/arm/mach-versatile/pci.c: In function 'pci_versatile_setup_resources':
arch/arm/mach-versatile/pci.c:221: error: 'sys' undeclared (first use in this function)

because the versatile wasn't passing in the full struct pci_sys_data
but only the resource sub-field.  Change it to pass in the full
struct so that sys will be in scope.

Reported-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2012-04-02 22:03:35 -07:00
..
include/mach
Kconfig
Makefile
Makefile.boot
core.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
core.h
pci.c ARM: versatile: fix build failure in pci.c 2012-04-02 22:03:35 -07:00
versatile_ab.c
versatile_dt.c
versatile_pb.c