Skip to content
Snippets Groups Projects
Commit 7953002a authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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


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

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent c4df32c8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment