Skip to content
  • Martin Michlmayr's avatar
    [ARM] 3747/1: Fix compilation error in mach-ixp4xx/gtwx5715-setup.c · 4c756f4e
    Martin Michlmayr authored
    
    
    Patch from Martin Michlmayr
    
    Fix the following compilation error in arm/mach-ixp4xx/gtwx5715-setup:
    
      CC      arch/arm/mach-ixp4xx/gtwx5715-setup.o
    arch/arm/mach-ixp4xx/gtwx5715-setup.c:110: error: expected identifier or '(' before = token
    arch/arm/mach-ixp4xx/gtwx5715-setup.c:121: error: 'gtwx5715_flash_resource' undeclared here (not in a function)
    arch/arm/mach-ixp4xx/gtwx5715-setup.c: In function 'gtwx5715_init':
    arch/arm/mach-ixp4xx/gtwx5715-setup.c:133: error: 'flash_resource' undeclared (first use in this function)
    arch/arm/mach-ixp4xx/gtwx5715-setup.c:133: error: (Each undeclared identifier is reported only once
    arch/arm/mach-ixp4xx/gtwx5715-setup.c:133: error: for each function it appears in.)
    make[1]: *** [arch/arm/mach-ixp4xx/gtwx5715-setup.o] Error 1
    
    Signed-off-by: default avatarMartin Michlmayr <tbm@cyrius.com>
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    4c756f4e