From: Christian Lamparter Date: Sat, 8 Dec 2018 16:38:05 +0000 (+0100) Subject: apm821xx: WNDAP620: remove bad semicolon in dts after #include X-Git-Tag: v19.07.0-rc1~1981 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=0bce89037f1983f68fd89091669bd89576564ee8 apm821xx: WNDAP620: remove bad semicolon in dts after #include This patch fixes a build warning triggered by a semicolon in the dts after the #include directive. netgear-wndap620.dts:11:33: warning: extra tokens at end of #include directive Signed-off-by: Christian Lamparter --- diff --git a/target/linux/apm821xx/dts/netgear-wndap620.dts b/target/linux/apm821xx/dts/netgear-wndap620.dts index afaf0616ba..87b4e51a81 100644 --- a/target/linux/apm821xx/dts/netgear-wndap620.dts +++ b/target/linux/apm821xx/dts/netgear-wndap620.dts @@ -8,7 +8,7 @@ /dts-v1/; -#include "netgear-wndap6x0.dtsi"; +#include "netgear-wndap6x0.dtsi" / { model = "Netgear WNDAP620";