apm821xx: WNDAP620: remove bad semicolon in dts after #include
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 8 Dec 2018 16:38:05 +0000 (17:38 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:24 +0000 (17:48 +0100)
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 <chunkeey@gmail.com>
(backported from 0bce89037f1983f68fd89091669bd89576564ee8)

target/linux/apm821xx/dts/netgear-wndap620.dts

index afaf0616ba7a46b0259aa2fa7f9ef9943f498dd6..87b4e51a812b878be020e5b619c28cb1a0b4ea75 100644 (file)
@@ -8,7 +8,7 @@
 
 /dts-v1/;
 
-#include "netgear-wndap6x0.dtsi";
+#include "netgear-wndap6x0.dtsi"
 
 / {
        model = "Netgear WNDAP620";