diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-08-28 16:43:36 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 15:44:57 +0200 |
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 @@ #define _ASM_S390_SCSW_H_ #include <linux/types.h> -#include <asm/chsc.h> +#include <asm/css_chars.h> #include <asm/cio.h> /** |