aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/Kbuild
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-10-25 08:10:37 +0200
committerBjorn Helgaas <bhelgaas@google.com>2019-11-26 13:14:11 -0600
commita1b39bae16a62ce4aae02d958224f19316d98b24 (patch)
tree31867f7fceaf287cb9eb45d4f624ff92580f89c8 /arch/arm/include/asm/Kbuild
parentRevert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T" (diff)
downloadlinux-dev-a1b39bae16a62ce4aae02d958224f19316d98b24.tar.xz
linux-dev-a1b39bae16a62ce4aae02d958224f19316d98b24.zip
asm-generic: Make msi.h a mandatory include/asm header
msi.h is generic for all architectures except x86, which has its own version. Enabling MSI by adding msi.h to every architecture's Kbuild is just an additional step which doesn't need to be done. Make msi.h mandatory in the asm-generic/Kbuild so we don't have to do it for each architecture. Suggested-by: Christoph Hellwig <hch@infradead.org> Link: https://lore.kernel.org/r/c991669e29a79b1a8e28c3b4b3a125801a693de8.1571983829.git.michal.simek@xilinx.com Tested-by: Paul Walmsley <paul.walmsley@sifive.com> # build only, rv32/rv64 Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Waiman Long <longman@redhat.com> Acked-by: Paul Walmsley <paul.walmsley@sifive.com> # arch/riscv
Diffstat (limited to 'arch/arm/include/asm/Kbuild')
-rw-r--r--arch/arm/include/asm/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild
index 68ca86f85eb7..fa579b23b4df 100644
--- a/arch/arm/include/asm/Kbuild
+++ b/arch/arm/include/asm/Kbuild
@@ -12,7 +12,6 @@ generic-y += local.h
generic-y += local64.h
generic-y += mm-arch-hooks.h
generic-y += mmiowb.h
-generic-y += msi.h
generic-y += parport.h
generic-y += preempt.h
generic-y += seccomp.h