aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/livepatch.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-02-09 15:20:25 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-02-17 07:40:41 +0100
commitd321796753f5305a00a5f4996dbbb996994df45c (patch)
treebe80c0ee650773bb69ab4fb02dcb7f83b1d0f872 /arch/s390/include/asm/livepatch.h
parents390: mm: Audit and remove any unnecessary uses of module.h (diff)
downloadlinux-dev-d321796753f5305a00a5f4996dbbb996994df45c.tar.xz
linux-dev-d321796753f5305a00a5f4996dbbb996994df45c.zip
s390: Audit and remove any remaining unnecessary uses of module.h
Historically a lot of these existed because we did not have a distinction between what was modular code and what was providing support to modules via EXPORT_SYMBOL and friends. That changed when we forked out support for the latter into the export.h file. This means we should be able to reduce the usage of module.h in code that is obj-y Makefile or bool Kconfig. The advantage in doing so is that module.h itself sources about 15 other headers; adding significantly to what we feed cpp, and it can obscure what headers we are effectively using. Since module.h was the source for init.h (for __init) and for export.h (for EXPORT_SYMBOL) we consider each change instance for the presence of either and replace as needed. An instance where module_param was used without moduleparam.h was also fixed, as well as implicit use of ptrace.h and string.h headers. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/livepatch.h')
-rw-r--r--arch/s390/include/asm/livepatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/livepatch.h b/arch/s390/include/asm/livepatch.h
index 2c1213785892..6de5c6cb0061 100644
--- a/arch/s390/include/asm/livepatch.h
+++ b/arch/s390/include/asm/livepatch.h
@@ -17,7 +17,7 @@
#ifndef ASM_LIVEPATCH_H
#define ASM_LIVEPATCH_H
-#include <linux/module.h>
+#include <asm/ptrace.h>
static inline int klp_check_compiler_support(void)
{