From: Sebastian Ott Date: Fri, 5 Oct 2012 08:44:39 +0000 (+0200) Subject: s390/css_chars: remove superfluous ifdef X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c6cfc207d4f1219f5c906a36506b206dd6250847;p=linux-beck.git s390/css_chars: remove superfluous ifdef No need for an ifdef __KERNEL__ since css_chars.h is not exported. Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- 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 @@ #include -#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