Skip to content

Commit

Permalink
s390/css_chars: remove superfluous ifdef
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Oct 9, 2012
1 parent 4dcc2a4 commit c6cfc20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/s390/include/asm/css_chars.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include <linux/types.h>

#ifdef __KERNEL__

struct css_general_char {
u64 : 12;
u32 dynio : 1; /* bit 12 */
Expand Down Expand Up @@ -35,5 +33,4 @@ struct css_general_char {

extern struct css_general_char css_general_characteristics;

#endif /* __KERNEL__ */
#endif

0 comments on commit c6cfc20

Please sign in to comment.