diff options
author | Sasha Levin <alexander.levin@verizon.com> | 2017-12-08 08:11:47 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-16 12:33:51 +0300 |
commit | 3771241e5bc34f8cb8b5fef5df522e9ea2e7b985 (patch) | |
tree | 66cec5faf7b8064e4b77bd3762192ebe450e2731 | |
parent | e891a29531d4fc6026099421e81f4000521aaa70 (diff) | |
download | linux-3771241e5bc34f8cb8b5fef5df522e9ea2e7b985.tar.xz |
Revert "s390/kbuild: enable modversions for symbols exported from asm"
This reverts commit cabab3f9f5ca077535080b3252e6168935b914af.
Not needed for < 4.9.
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/s390/include/asm/asm-prototypes.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/include/asm/asm-prototypes.h b/arch/s390/include/asm/asm-prototypes.h deleted file mode 100644 index 2c3413b0ca52..000000000000 --- a/arch/s390/include/asm/asm-prototypes.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _ASM_S390_PROTOTYPES_H - -#include <linux/kvm_host.h> -#include <linux/ftrace.h> -#include <asm/fpu/api.h> -#include <asm-generic/asm-prototypes.h> - -#endif /* _ASM_S390_PROTOTYPES_H */ |