Re: s390: Implement IRQ functions if !PCI

2013-06-10 Thread Martin Schwidefsky
On Sun, 09 Jun 2013 17:03:04 -0700 (PDT) David Miller wrote: > From: Ben Hutchings > Date: Sun, 09 Jun 2013 21:07:31 +0100 > > > All architectures must implement IRQ functions. Since various > > dependencies on !S390 were removed, there are various drivers that can > > be selected but will fai

Re: s390: Implement IRQ functions if !PCI

2013-06-09 Thread David Miller
From: Ben Hutchings Date: Sun, 09 Jun 2013 21:07:31 +0100 > 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 !PC

s390: Implement IRQ functions if !PCI

2013-06-09 Thread Ben Hutchings
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. Compile-tested only. Signed-off-by: Ben Hutchings Cc: sta