diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-01-30 16:50:10 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-20 11:10:10 -0800 |
commit | 1eee0f2c29c89c0f83cb3f1f9f4755f829dce9ef (patch) | |
tree | 8886233314cb732391f0cce8590aac4a17f129a6 /net/unix/af_unix.c | |
parent | 376ed188c248a702bb5bd5519457321d6be2229a (diff) |
genirq: Generic irq chip requires IRQ_DOMAIN
commit 923fa4ea382f592dee2ba3b205befb90cbddf3af upstream.
The generic_chip.c uses interfaces from irq_domain.c which is
controlled by the IRQ_DOMAIN config option, but there is no Kconfig
dependency so the build can fail:
linux/kernel/irq/generic-chip.c:400:11: error:
'irq_domain_xlate_onetwocell' undeclared here (not in a function)
Select IRQ_DOMAIN when GENERIC_IRQ_CHIP is selected.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Link: http://lkml.kernel.org/r/1391129410-54548-2-git-send-email-nitin.a.kamble@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions