media: rk_camsys: fix compilation warning
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / rk_camsys / camsys_soc_rk3368.c
index 773ca89defd5a3bb08a21e644e62ea052a6854ea..b534386a65fcc3c46035f4b1913f54b8eabe5c16 100644 (file)
@@ -1,3 +1,4 @@
+#ifdef CONFIG_ARM64
 #include "camsys_soc_priv.h"
 #include "camsys_soc_rk3368.h"
 
@@ -279,5 +280,4 @@ int camsys_rk3368_cfg (camsys_soc_cfg_t cfg_cmd, void* cfg_para)
 
     return 0;
 }
-
-
+#endif /* CONFIG_ARM64 */