vmlinux.lds.h: remove stale <linux/export.h> include
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 20 Aug 2018 15:06:24 +0000 (00:06 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Aug 2018 14:21:44 +0000 (23:21 +0900)
This is unneeded since commit a62143850053 ("vmlinux.lds.h: remove
no-op macro VMLINUX_SYMBOL()").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/asm-generic/vmlinux.lds.h

index f173b5f30dbe9a68192cd5892cdcab37d8cb81ed..7b75ff6e2fceeb407e828c4e171176afc5ae7281 100644 (file)
@@ -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)