Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)