Explorar el Código

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 hace 7 años
padre
commit
7953002a7c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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
 #endif
 
-#include <linux/export.h>
-
 /* Align . to a 8 byte boundary equals to maximum function alignment. */
 #define ALIGN_FUNCTION()  . = ALIGN(8)