diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2017-03-20 14:39:28 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-03-22 08:29:18 +0100 |
commit | 0b7bb6af1d734b15dbebec942767708e8ca40ca3 (patch) | |
tree | 3342e613fe7acfecd71286b5f92d8b94f9479301 /arch/s390/kernel/head.S | |
parent | 6f5165e864d240d15675cc2fb5a369d57e1f60d0 (diff) | |
download | linux-0b7bb6af1d734b15dbebec942767708e8ca40ca3.tar.gz |
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 <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/head.S')
-rw-r--r-- | arch/s390/kernel/head.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/head.S b/arch/s390/kernel/head.S index 0b5ebf8a3d30..eff5b31671d4 100644 --- a/arch/s390/kernel/head.S +++ b/arch/s390/kernel/head.S @@ -25,7 +25,6 @@ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/thread_info.h> -#include <asm/facility.h> #include <asm/page.h> #include <asm/ptrace.h> |