1. 29 Jul, 2006 1 commit
  2. 26 Jul, 2006 3 commits
  3. 24 Jul, 2006 1 commit
    • Martin Michlmayr's avatar
      [ARM] 3731/1: Allow IRQ definitions of IQ80331 and IQ80332 to co-exist · d8ca3d11
      Martin Michlmayr authored
      Patch from Martin Michlmayr
      
      ARCH_IQ80331 and MACH_IQ80332 can be enabled at the same time but a
      header file makes certain IRQ definitions conditional, leading to
      the following compilation error when both platforms are enabled:
      
      arch/arm/mach-iop3xx/iq80332-pci.c: In function 'iq80332_map_irq':
      arch/arm/mach-iop3xx/iq80332-pci.c:54: error: 'IRQ_IQ80332_INTA' undeclared (first use in this function)
      arch/arm/mach-iop3xx/iq80332-pci.c:54: error: (Each undeclared identifier is reported only once
      arch/arm/mach-iop3xx/iq80332-pci.c:54: error: for each function it appears in.)
      arch/arm/mach-iop3xx/iq80332-pci.c:54: error: 'IRQ_IQ80332_INTB' undeclared (first use in this function)
      arch/arm/mach-iop3xx/iq80332-pci.c:54: error: 'IRQ_IQ80332_INTC' undeclared (first use in this function)
      arch/arm/mach-iop3xx/iq80332-pci.c:54: error: 'IRQ_IQ80332_INTD' undeclared (first use in this function)
      Signed-off-by: default avatarMartin Michlmayr <tbm@cyrius.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      d8ca3d11
  4. 15 Jul, 2006 1 commit
  5. 14 Jul, 2006 1 commit
  6. 13 Jul, 2006 33 commits