Browse Source

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>
Masahiro Yamada 7 years ago
parent
commit
7953002a7c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/asm-generic/vmlinux.lds.h

+ 0 - 2
include/asm-generic/vmlinux.lds.h

@@ -54,8 +54,6 @@
 #define LOAD_OFFSET 0
 #define LOAD_OFFSET 0
 #endif
 #endif
 
 
-#include <linux/export.h>
-
 /* Align . to a 8 byte boundary equals to maximum function alignment. */
 /* Align . to a 8 byte boundary equals to maximum function alignment. */
 #define ALIGN_FUNCTION()  . = ALIGN(8)
 #define ALIGN_FUNCTION()  . = ALIGN(8)