1
0
Fork 0

vmlinux.lds.h: remove stale <linux/export.h> include

This is unneeded since commit a621438500 ("vmlinux.lds.h: remove
no-op macro VMLINUX_SYMBOL()").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
hifive-unleashed-5.1
Masahiro Yamada 2018-08-21 00:06:24 +09:00
parent c4df32c80d
commit 7953002a7c
1 changed files with 0 additions and 2 deletions

View 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)