]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/pci: Implement IRQ functions if !PCI
authorBen Hutchings <ben@decadent.org.uk>
Mon, 10 Jun 2013 13:34:04 +0000 (15:34 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 10 Jun 2013 14:06:04 +0000 (16:06 +0200)
commitc46b54f7406780ec4cf9c9124d1cfb777674dc70
treed54de9a5fc7a6a70a456a1d2cad604b0beb1735c
parent98f6d1a6681b9398968f9fe5e016d19c259b04c2
s390/pci: Implement IRQ functions if !PCI

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>
Cc: stable@vger.kernel.org # 3.9
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/irq.c
arch/s390/pci/pci.c