diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-08-28 10:43:36 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 09:44:57 -0400 |
commit | 382b73663529b756914cf17a9912c9cf00cf0025 (patch) | |
tree | 07bea97134faee4a1699ea295fb6271193d12bdf /arch/s390/include/asm/scsw.h | |
parent | 01c5e6dc119bf2112e363477e3b056f6b54f2d79 (diff) |
s390: add eadm facility bits
Add the eadm facility bits to the css characteristics and move
them to a new header.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/scsw.h')
-rw-r--r-- | arch/s390/include/asm/scsw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/scsw.h b/arch/s390/include/asm/scsw.h index 4071d00978cb..8096bfe67424 100644 --- a/arch/s390/include/asm/scsw.h +++ b/arch/s390/include/asm/scsw.h | |||
@@ -9,7 +9,7 @@ | |||
9 | #define _ASM_S390_SCSW_H_ | 9 | #define _ASM_S390_SCSW_H_ |
10 | 10 | ||
11 | #include <linux/types.h> | 11 | #include <linux/types.h> |
12 | #include <asm/chsc.h> | 12 | #include <asm/css_chars.h> |
13 | #include <asm/cio.h> | 13 | #include <asm/cio.h> |
14 | 14 | ||
15 | /** | 15 | /** |