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 /drivers/s390/cio | |
parent | 01c5e6dc119bf2112e363477e3b056f6b54f2d79 (diff) | |
download | blackbird-obmc-linux-382b73663529b756914cf17a9912c9cf00cf0025.tar.gz blackbird-obmc-linux-382b73663529b756914cf17a9912c9cf00cf0025.zip |
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 'drivers/s390/cio')
-rw-r--r-- | drivers/s390/cio/chsc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/chsc.h b/drivers/s390/cio/chsc.h index 3f15b2aaeaea..b5261f318fe8 100644 --- a/drivers/s390/cio/chsc.h +++ b/drivers/s390/cio/chsc.h @@ -3,6 +3,7 @@ #include <linux/types.h> #include <linux/device.h> +#include <asm/css_chars.h> #include <asm/chpid.h> #include <asm/chsc.h> #include <asm/schid.h> |