MN10300: ASB2305's PCI code needs the definition of XIRQ1
authorDavid Howells <dhowells@redhat.com>
Tue, 28 May 2013 19:21:17 +0000 (20:21 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 May 2013 04:38:48 +0000 (13:38 +0900)
commitb8bc9b0237873e814266566f84003d73799f170f
tree51f915937f619313bbe6a8016275b829035abea4
parentd17fc238ac1486906ff724b4a5fe4ec169f554c5
MN10300: ASB2305's PCI code needs the definition of XIRQ1

The code for PCI in the ASB2305 needs the definition of XIRQ1 from proc/irq.h
otherwise the following error appears:

  arch/mn10300/unit-asb2305/pci.c: In function 'unit_pci_init':
  arch/mn10300/unit-asb2305/pci.c:481: error: 'XIRQ1' undeclared (first use in this function)
  arch/mn10300/unit-asb2305/pci.c:481: error: (Each undeclared identifier is reported only once
  arch/mn10300/unit-asb2305/pci.c:481: error: for each function it appears in.)

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/unit-asb2305/pci.c