diff options
author | Will Deacon <will.deacon@arm.com> | 2019-02-22 07:49:41 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-04-08 06:59:43 -0400 |
commit | fdcd06a8ab775cbe716ff893372bed580e4c8a1c (patch) | |
tree | 90c8800c7bf7664b445cd600f92595d9c3da1195 /arch/um | |
parent | d1be6a28b13ce6d1bc42bf9b6a9454c65839225b (diff) |
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/um')
-rw-r--r-- | arch/um/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/asm/Kbuild b/arch/um/include/asm/Kbuild index 00bcbe2326d9..b506ad06aefc 100644 --- a/arch/um/include/asm/Kbuild +++ b/arch/um/include/asm/Kbuild | |||
@@ -16,6 +16,7 @@ generic-y += irq_work.h | |||
16 | generic-y += kdebug.h | 16 | generic-y += kdebug.h |
17 | generic-y += mcs_spinlock.h | 17 | generic-y += mcs_spinlock.h |
18 | generic-y += mm-arch-hooks.h | 18 | generic-y += mm-arch-hooks.h |
19 | generic-y += mmiowb.h | ||
19 | generic-y += param.h | 20 | generic-y += param.h |
20 | generic-y += pci.h | 21 | generic-y += pci.h |
21 | generic-y += percpu.h | 22 | generic-y += percpu.h |