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:
Tao Huang
2022-07-01 18:19:33 +08:00
parent 6f826853cb
commit de0913f45a

View File

@@ -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)