]> git.baikalelectronics.ru Git - kernel.git/commit
asm-generic: Make msi.h a mandatory include/asm header
authorMichal Simek <michal.simek@xilinx.com>
Fri, 25 Oct 2019 06:10:37 +0000 (08:10 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 26 Nov 2019 19:14:11 +0000 (13:14 -0600)
commit832071e2c970887bb14dc659cf4c0b36634f68ef
tree31867f7fceaf287cb9eb45d4f624ff92580f89c8
parent7a53daacdd43f54aa2ccaf0e92e815d226cd7036
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
arch/arc/include/asm/Kbuild
arch/arm/include/asm/Kbuild
arch/arm64/include/asm/Kbuild
arch/mips/include/asm/Kbuild
arch/powerpc/include/asm/Kbuild
arch/riscv/include/asm/Kbuild
arch/sparc/include/asm/Kbuild
include/asm-generic/Kbuild