mirror of https://github.com/OpenIPC/firmware.git
Remove Russian
parent
6daf825949
commit
7627bd3ca1
|
@ -5,4 +5,4 @@
|
|||
obj-$(CONFIG_ARCH_ZX) += zte/
|
||||
obj-$(CONFIG_ARCH_ZYNQ) += zynq/
|
||||
+obj-$(CONFIG_ARCH_GOKE) += goke/
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -189,4 +189,4 @@
|
|||
+ return PTR_ERR(clk);
|
||||
+}
|
||||
+EXPORT_SYMBOL_GPL(gk_clk_register_gate);
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -496,4 +496,4 @@
|
|||
+
|
||||
+#include "sdhci-goke.c"
|
||||
+#endif
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -496,4 +496,4 @@
|
|||
+
|
||||
+#include "sdhci-goke.c"
|
||||
+#endif
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -509,4 +509,4 @@
|
|||
+
|
||||
+#include "sdhci-goke.c"
|
||||
+#endif
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -509,4 +509,4 @@
|
|||
+
|
||||
+#include "sdhci-goke.c"
|
||||
+#endif
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -189,4 +189,4 @@
|
|||
+ 0x3615, 0x0A, 0x3616, 0x0D, 0x3617, 0x00,
|
||||
+ 0x3618, 0x00, 0x3400, 0x01, 0x33f8, 0x01
|
||||
+#endif
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
+ 0x345C, 0x04, 0x345D, 0x38, 0x345E, 0x38,
|
||||
+ 0x345F, 0x39, 0x3400, 0x01, 0x33f8, 0x01
|
||||
+#endif
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -293,4 +293,4 @@
|
|||
+
|
||||
+ return 0;
|
||||
+}
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
+int femac_set_features(struct net_device *dev, netdev_features_t features);
|
||||
+
|
||||
+#endif
|
||||
\ В конце файла нет новой строки
|
||||
\ No newline at end of file
|
||||
|
|
Loading…
Reference in New Issue