mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
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 <chunkeey@gmail.com>
This commit is contained in:
parent
bd3e234473
commit
0bce89037f
@ -8,7 +8,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "netgear-wndap6x0.dtsi";
|
||||
#include "netgear-wndap6x0.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Netgear WNDAP620";
|
||||
|
Loading…
Reference in New Issue
Block a user