Commit c6cfc207 authored by Sebastian Ott's avatar Sebastian Ott Committed by Martin Schwidefsky

s390/css_chars: remove superfluous ifdef

No need for an ifdef __KERNEL__ since css_chars.h is not exported.
Signed-off-by: default avatarSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 4dcc2a4d
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment