diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/Kbuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/s390/include/asm/Kbuild b/arch/s390/include/asm/Kbuild index 63a23415fba6..42e512ba8b43 100644 --- a/arch/s390/include/asm/Kbuild +++ b/arch/s390/include/asm/Kbuild | |||
@@ -1,15 +1,14 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | header-y += chpid.h | ||
4 | header-y += chsc.h | ||
5 | header-y += cmb.h | ||
3 | header-y += dasd.h | 6 | header-y += dasd.h |
7 | header-y += debug.h | ||
4 | header-y += monwriter.h | 8 | header-y += monwriter.h |
5 | header-y += qeth.h | 9 | header-y += qeth.h |
10 | header-y += schid.h | ||
6 | header-y += tape390.h | 11 | header-y += tape390.h |
7 | header-y += ucontext.h | 12 | header-y += ucontext.h |
8 | header-y += vtoc.h | 13 | header-y += vtoc.h |
9 | header-y += zcrypt.h | 14 | header-y += zcrypt.h |
10 | header-y += chsc.h | ||
11 | |||
12 | unifdef-y += cmb.h | ||
13 | unifdef-y += debug.h | ||
14 | unifdef-y += chpid.h | ||
15 | unifdef-y += schid.h | ||