aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-generic/vmlinux.lds.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-21 00:06:24 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-22 23:21:44 +0900
commit7953002a7c6561c93defd19c81737012ef5a10dc (patch)
treea5c26cc1323530611b648b6fda787f7979abc049 /include/asm-generic/vmlinux.lds.h
parentexport.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() (diff)
downloadwireguard-linux-7953002a7c6561c93defd19c81737012ef5a10dc.tar.xz
wireguard-linux-7953002a7c6561c93defd19c81737012ef5a10dc.zip
vmlinux.lds.h: remove stale <linux/export.h> include
This is unneeded since commit a62143850053 ("vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/asm-generic/vmlinux.lds.h')
-rw-r--r--include/asm-generic/vmlinux.lds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index f173b5f30dbe..7b75ff6e2fce 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -54,8 +54,6 @@
#define LOAD_OFFSET 0
#endif
-#include <linux/export.h>
-
/* Align . to a 8 byte boundary equals to maximum function alignment. */
#define ALIGN_FUNCTION() . = ALIGN(8)