diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-10-05 04:44:39 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-10-09 08:17:00 -0400 |
commit | c6cfc207d4f1219f5c906a36506b206dd6250847 (patch) | |
tree | 0ce15e2bdf864ad3c7d05d7ed479bfacc627c9d3 /arch/s390 | |
parent | 4dcc2a4d6c37c36155ea6d6305f15e599531b862 (diff) |
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 a06ebc2623fb..7e1c917bbba2 100644 --- a/arch/s390/include/asm/css_chars.h +++ b/arch/s390/include/asm/css_chars.h | |||
@@ -3,8 +3,6 @@ | |||
3 | 3 | ||
4 | #include <linux/types.h> | 4 | #include <linux/types.h> |
5 | 5 | ||
6 | #ifdef __KERNEL__ | ||
7 | |||
8 | struct css_general_char { | 6 | struct css_general_char { |
9 | u64 : 12; | 7 | u64 : 12; |
10 | u32 dynio : 1; /* bit 12 */ | 8 | u32 dynio : 1; /* bit 12 */ |
@@ -35,5 +33,4 @@ struct css_general_char { | |||
35 | 33 | ||
36 | extern struct css_general_char css_general_characteristics; | 34 | extern struct css_general_char css_general_characteristics; |
37 | 35 | ||
38 | #endif /* __KERNEL__ */ | ||
39 | #endif | 36 | #endif |