]> git.baikalelectronics.ru Git - kernel.git/commit
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Tue, 4 Jul 2017 09:25:15 +0000 (11:25 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 4 Jul 2017 10:36:43 +0000 (12:36 +0200)
commitc8a20606e40f71228dc857efad9064b8ffffa29f
tree082170cbb1d3d65bba154fdba9d62626db20b852
parent2d2a932190d48e00846679caccf785a5bac64dce
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN

Fix this build error:

kernel/irq/internals.h:440:20: error: inlining failed in call to always_inline
  'irq_domain_debugfs_init': function body not available
kernel/irq/debugfs.c:202:2: note: called from here
  irq_domain_debugfs_init(root_dir);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/alpine.LFD.2.20.1707041124000.1712@schleppi
kernel/irq/internals.h