]> git.ipfire.org Git - people/ms/linux.git/commitdiff
ARM: Add msi.h to Kbuild
authorLey Foon Tan <lftan@altera.com>
Fri, 23 Oct 2015 10:27:10 +0000 (18:27 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 23 Oct 2015 18:06:27 +0000 (13:06 -0500)
Include asm-generic/msi.h to support CONFIG_GENERIC_MSI_IRQ_DOMAIN.
This fixes a compilation error:

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

Signed-off-by: Ley Foon Tan <lftan@altera.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/arm/include/asm/Kbuild

index be648eb47cd9d80cbecc09a8144a8423a82f7907..bd425302c97a3ec9966d4c04bdb61c3c40252056 100644 (file)
@@ -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