From: Heiko Carstens Date: Mon, 20 Mar 2017 13:39:28 +0000 (+0100) Subject: s390/facilities: get rid of __ASSEMBLY__ in facility header file X-Git-Tag: v4.14-rc1~1035^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b7bb6af1d734b15dbebec942767708e8ca40ca3;p=platform%2Fkernel%2Flinux-rpi.git s390/facilities: get rid of __ASSEMBLY__ in facility header file There is no need for the __ASSEMBLY__ ifdefery anymore since the architecture level set code that deals with facility bits was converted to C in the meantime. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/include/asm/facility.h b/arch/s390/include/asm/facility.h index aead78b..cb60d5c 100644 --- a/arch/s390/include/asm/facility.h +++ b/arch/s390/include/asm/facility.h @@ -8,9 +8,6 @@ #define __ASM_FACILITY_H #include - -#ifndef __ASSEMBLY__ - #include #include #include @@ -72,5 +69,4 @@ static inline void stfle(u64 *stfle_fac_list, int size) preempt_enable(); } -#endif /* __ASSEMBLY__ */ #endif /* __ASM_FACILITY_H */ diff --git a/arch/s390/kernel/head.S b/arch/s390/kernel/head.S index 0b5ebf8..eff5b31 100644 --- a/arch/s390/kernel/head.S +++ b/arch/s390/kernel/head.S @@ -25,7 +25,6 @@ #include #include #include -#include #include #include