From: Masahiro Yamada Date: Mon, 20 Aug 2018 15:06:24 +0000 (+0900) Subject: vmlinux.lds.h: remove stale include X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7953002a7c6561c93defd19c81737012ef5a10dc;p=openwrt%2Fstaging%2Fblogic.git vmlinux.lds.h: remove stale include This is unneeded since commit a62143850053 ("vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()"). Signed-off-by: Masahiro Yamada --- diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index f173b5f30dbe..7b75ff6e2fce 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h @@ -54,8 +54,6 @@ #define LOAD_OFFSET 0 #endif -#include - /* Align . to a 8 byte boundary equals to maximum function alignment. */ #define ALIGN_FUNCTION() . = ALIGN(8)