oxnas: add missing semicolon
authorLuka Perkov <luka@openwrt.org>
Sun, 24 Apr 2016 16:42:14 +0000 (16:42 +0000)
committerLuka Perkov <luka@openwrt.org>
Sun, 24 Apr 2016 16:42:14 +0000 (16:42 +0000)
A missing semicolon in the gpio-keys-polled section of ox820-akitio.dts
caused the build to break. Add it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 49219

target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts

index 5da4fa441908b2d8c676195754a20ff114befb30..4dc969c1fd9498882bd45278efcec2db723f318b 100644 (file)
@@ -76,7 +76,7 @@
                        label = "power";
                        gpios = <&GPIOA 11 1>;
                        linux,code = <116>;
-               }
+               };
                reset {
                        label = "reset";
                        gpios = <&GPIOB 6 1>;