mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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>
This commit is contained in:
parent
c4df32c80d
commit
7953002a7c
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue