aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/Kbuild
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2019-02-22 12:49:41 +0000
committerWill Deacon <will.deacon@arm.com>2019-04-08 11:59:43 +0100
commitfdcd06a8ab775cbe716ff893372bed580e4c8a1c (patch)
tree90c8800c7bf7664b445cd600f92595d9c3da1195 /arch/x86/include/asm/Kbuild
parentasm-generic/mmiowb: Add generic implementation of mmiowb() tracking (diff)
downloadlinux-dev-fdcd06a8ab775cbe716ff893372bed580e4c8a1c.tar.xz
linux-dev-fdcd06a8ab775cbe716ff893372bed580e4c8a1c.zip
arch: Use asm-generic header for asm/mmiowb.h
Hook up asm-generic/mmiowb.h to Kbuild for all architectures so that we can subsequently include asm/mmiowb.h from core code. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/x86/include/asm/Kbuild')
-rw-r--r--arch/x86/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild
index a0ab9ab61c75..eebd05942e6c 100644
--- a/arch/x86/include/asm/Kbuild
+++ b/arch/x86/include/asm/Kbuild
@@ -11,3 +11,4 @@ generic-y += early_ioremap.h
generic-y += export.h
generic-y += mcs_spinlock.h
generic-y += mm-arch-hooks.h
+generic-y += mmiowb.h