Skip to content

Commit

Permalink
vmlinux.lds.h: remove stale <linux/export.h> include
Browse files Browse the repository at this point in the history
This is unneeded since commit a621438 ("vmlinux.lds.h: remove
no-op macro VMLINUX_SYMBOL()").

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Aug 22, 2018
1 parent c4df32c commit 7953002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7953002

Please sign in to comment.