linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: Add msi.h to arch Kbuild files
@ 2015-09-17  9:28 Minghuan Lian
  2015-09-17  9:28 ` [PATCH 2/2] irqchip/Layerscape: Add Layerscape MSI controller support Minghuan Lian
  0 siblings, 1 reply; 10+ messages in thread
From: Minghuan Lian @ 2015-09-17  9:28 UTC (permalink / raw)
  To: linux-arm-kernel

The patch adds msi.h to arch Kbuild files to avoid the following
compile error when selecting PCI_MSI_IRQ_DOMAIN

include/linux/msi.h:172:21: fatal error: asm/msi.h: No such
file or directory

Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
---
 arch/arm/include/asm/Kbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild
index be648eb..bd42530 100644
--- a/arch/arm/include/asm/Kbuild
+++ b/arch/arm/include/asm/Kbuild
@@ -14,6 +14,7 @@ generic-y += local.h
 generic-y += local64.h
 generic-y += mm-arch-hooks.h
 generic-y += msgbuf.h
+generic-y += msi.h
 generic-y += param.h
 generic-y += parport.h
 generic-y += poll.h
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-09  8:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17  9:28 [PATCH 1/2] arm: Add msi.h to arch Kbuild files Minghuan Lian
2015-09-17  9:28 ` [PATCH 2/2] irqchip/Layerscape: Add Layerscape MSI controller support Minghuan Lian
2015-09-25 16:37   ` Li Yang
2015-09-28  2:48     ` Lian M.H.
2015-09-28 22:19       ` Li Yang
2015-09-29  2:57         ` Lian M.H.
2015-09-29 20:10           ` Li Yang
2015-10-02 23:57         ` Scott Wood
     [not found]   ` <CALRxmdChWu7UBK4v4fzuA3KZ5XXRQGoGxAgt_UB0zgJ0ten_uw@mail.gmail.com>
2015-10-09  0:52     ` Stuart Yoder
2015-10-09  8:46       ` Lian M.H.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).