s390/pci: Implement IRQ functions if !PCI
authorBen Hutchings <ben@decadent.org.uk>
Mon, 10 Jun 2013 13:34:04 +0000 (15:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2013 17:55:21 +0000 (10:55 -0700)
commiteb10d6c79f8bbbf6c64d3c1f0a8162c76c2a5bfc
tree6e6e02a5b6bbf8fe9fc504cf4b680807384862e0
parent89db426a432c7e1d7838607fbe63f520aabbdaed
s390/pci: Implement IRQ functions if !PCI

commit c46b54f7406780ec4cf9c9124d1cfb777674dc70 upstream.

All architectures must implement IRQ functions.  Since various
dependencies on !S390 were removed, there are various drivers that can
be selected but will fail to link.  Provide a dummy implementation of
these functions for the !PCI case.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/kernel/irq.c
arch/s390/pci/pci.c