diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-10-05 10:44:39 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-10-09 14:17:00 +0200 |
commit | c6cfc207d4f1219f5c906a36506b206dd6250847 (patch) | |
tree | 0ce15e2bdf864ad3c7d05d7ed479bfacc627c9d3 /arch/s390 | |
parent | 4dcc2a4d6c37c36155ea6d6305f15e599531b862 (diff) | |
download | linux-3.10-c6cfc207d4f1219f5c906a36506b206dd6250847.tar.gz linux-3.10-c6cfc207d4f1219f5c906a36506b206dd6250847.tar.bz2 linux-3.10-c6cfc207d4f1219f5c906a36506b206dd6250847.zip |
s390/css_chars: remove superfluous ifdef
No need for an ifdef __KERNEL__ since css_chars.h is not exported.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/css_chars.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/include/asm/css_chars.h b/arch/s390/include/asm/css_chars.h index a06ebc2623f..7e1c917bbba 100644 --- a/arch/s390/include/asm/css_chars.h +++ b/arch/s390/include/asm/css_chars.h @@ -3,8 +3,6 @@ #include <linux/types.h> -#ifdef __KERNEL__ - struct css_general_char { u64 : 12; u32 dynio : 1; /* bit 12 */ @@ -35,5 +33,4 @@ struct css_general_char { extern struct css_general_char css_general_characteristics; -#endif /* __KERNEL__ */ #endif |