projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4df32c
)
vmlinux.lds.h: remove stale <linux/export.h> include
author
Masahiro Yamada
<
[email protected]
>
Mon, 20 Aug 2018 15:06:24 +0000
(
00:06
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 22 Aug 2018 14:21:44 +0000
(23:21 +0900)
This is unneeded since commit
a62143850053
("vmlinux.lds.h: remove
no-op macro VMLINUX_SYMBOL()").
Signed-off-by: Masahiro Yamada <
[email protected]
>
include/asm-generic/vmlinux.lds.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/vmlinux.lds.h
b/include/asm-generic/vmlinux.lds.h
index f173b5f30dbe9a68192cd5892cdcab37d8cb81ed..7b75ff6e2fceeb407e828c4e171176afc5ae7281 100644
(file)
--- a/
include/asm-generic/vmlinux.lds.h
+++ b/
include/asm-generic/vmlinux.lds.h
@@
-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)