diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-12 13:30:03 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-07 23:47:20 -0400 |
commit | 711f5df7bf3ae7657e15edf76d671042c051ce95 (patch) | |
tree | 98401da88c9c12be546a259b70719a1740ee5027 /arch/s390/include | |
parent | d13ffb5630443e6112df0263969cbdfc8ab9ab57 (diff) | |
download | linux-rt-711f5df7bf3ae7657e15edf76d671042c051ce95.tar.gz |
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 |