فهرست منبع

oxnas: add missing semicolon

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 <[email protected]>

SVN-Revision: 49219
Luka Perkov 9 سال پیش
والد
کامیت
9f4e0c7751
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts

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

@@ -76,7 +76,7 @@
 			label = "power";
 			label = "power";
 			gpios = <&GPIOA 11 1>;
 			gpios = <&GPIOA 11 1>;
 			linux,code = <116>;
 			linux,code = <116>;
-		}
+		};
 		reset {
 		reset {
 			label = "reset";
 			label = "reset";
 			gpios = <&GPIOB 6 1>;
 			gpios = <&GPIOB 6 1>;