diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-12 19:30:03 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-08 05:47:20 +0200 |
commit | 711f5df7bf3ae7657e15edf76d671042c051ce95 (patch) | |
tree | 98401da88c9c12be546a259b70719a1740ee5027 /arch/s390/include | |
parent | m68k: move exports to definitions (diff) | |
download | linux-711f5df7bf3ae7657e15edf76d671042c051ce95.tar.xz linux-711f5df7bf3ae7657e15edf76d671042c051ce95.zip |
s390: move exports to definitions
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/Kbuild b/arch/s390/include/asm/Kbuild index 9043d2e1e2ae..20f196b82a6e 100644 --- a/arch/s390/include/asm/Kbuild +++ b/arch/s390/include/asm/Kbuild @@ -1,6 +1,7 @@ generic-y += clkdev.h +generic-y += export.h generic-y += irq_work.h generic-y += mcs_spinlock.h generic-y += mm-arch-hooks.h |