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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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