mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
media: rk_camsys: fix compilation warning
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#ifdef CONFIG_ARM
|
||||
#include "camsys_soc_priv.h"
|
||||
#include "camsys_soc_rk3288.h"
|
||||
|
||||
@@ -279,4 +280,4 @@ int camsys_rk3288_cfg (camsys_soc_cfg_t cfg_cmd, void* cfg_para)
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif /* CONFIG_ARM */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user