mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: rockchip: isp: Add missing sentinel to rkisp_hw_of_match
Fixes: 40e63cc682 ("media: rockchip: isp: build depends on CPU config")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ic8340cc86bc5d58e5e33de34cebfd49df57d7f27
This commit is contained in:
@@ -742,6 +742,7 @@ static const struct of_device_id rkisp_hw_of_match[] = {
|
||||
.data = &rv1126_isp_match_data,
|
||||
},
|
||||
#endif
|
||||
{},
|
||||
};
|
||||
|
||||
static inline bool is_iommu_enable(struct device *dev)
|
||||
|
||||
Reference in New Issue
Block a user