diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-21 00:06:24 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-22 23:21:44 +0900 |
commit | 7953002a7c6561c93defd19c81737012ef5a10dc (patch) | |
tree | a5c26cc1323530611b648b6fda787f7979abc049 /include/asm-generic | |
parent | c4df32c80d04987023844c1fb13734a872c8f2e2 (diff) | |
download | linux-7953002a7c6561c93defd19c81737012ef5a10dc.tar.bz2 |
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')
-rw-r--r-- | include/asm-generic/vmlinux.lds.h | 2 |
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) |