aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-20 11:06:24 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-22 10:21:44 -0400
commit7953002a7c6561c93defd19c81737012ef5a10dc (patch)
treea5c26cc1323530611b648b6fda787f7979abc049
parentc4df32c80d04987023844c1fb13734a872c8f2e2 (diff)
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>
-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 @@
54#define LOAD_OFFSET 0 54#define LOAD_OFFSET 0
55#endif 55#endif
56 56
57#include <linux/export.h>
58
59/* Align . to a 8 byte boundary equals to maximum function alignment. */ 57/* Align . to a 8 byte boundary equals to maximum function alignment. */
60#define ALIGN_FUNCTION() . = ALIGN(8) 58#define ALIGN_FUNCTION() . = ALIGN(8)
61 59