oxnas: add missing semicolon
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Apr 2016 16:42:14 +0000 (16:42 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49219 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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