Commit 7953002a authored by Masahiro Yamada's avatar Masahiro Yamada

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
...@@ -54,8 +54,6 @@ ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment