Message ID | 20250612011531.2923701-2-vladimir.zapolskiy@linaro.org |
---|---|
State | New |
Headers | show |
Series | media: qcom: camss: add support for csiphy devices | expand |
On 12/06/2025 02:15, Vladimir Zapolskiy wrote: > Two intended to be helpers camss_vfe_get()/camss_vfe_put() got their > declarations in commit b1e6eef535df ("media: qcom: camss: Decouple VFE > from CSID"), but the correspondent functions haven't beed even added. > > Remove the unused declarations. > > Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> > --- > drivers/media/platform/qcom/camss/camss.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/media/platform/qcom/camss/camss.h b/drivers/media/platform/qcom/camss/camss.h > index 1d0f83e4a2c9..99831846ebb5 100644 > --- a/drivers/media/platform/qcom/camss/camss.h > +++ b/drivers/media/platform/qcom/camss/camss.h > @@ -160,8 +160,6 @@ s64 camss_get_link_freq(struct media_entity *entity, unsigned int bpp, > int camss_get_pixel_clock(struct media_entity *entity, u64 *pixel_clock); > int camss_pm_domain_on(struct camss *camss, int id); > void camss_pm_domain_off(struct camss *camss, int id); > -int camss_vfe_get(struct camss *camss, int id); > -void camss_vfe_put(struct camss *camss, int id); > void camss_delete(struct camss *camss); > void camss_buf_done(struct camss *camss, int hw_id, int port_id); > void camss_reg_update(struct camss *camss, int hw_id, Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
diff --git a/drivers/media/platform/qcom/camss/camss.h b/drivers/media/platform/qcom/camss/camss.h index 1d0f83e4a2c9..99831846ebb5 100644 --- a/drivers/media/platform/qcom/camss/camss.h +++ b/drivers/media/platform/qcom/camss/camss.h @@ -160,8 +160,6 @@ s64 camss_get_link_freq(struct media_entity *entity, unsigned int bpp, int camss_get_pixel_clock(struct media_entity *entity, u64 *pixel_clock); int camss_pm_domain_on(struct camss *camss, int id); void camss_pm_domain_off(struct camss *camss, int id); -int camss_vfe_get(struct camss *camss, int id); -void camss_vfe_put(struct camss *camss, int id); void camss_delete(struct camss *camss); void camss_buf_done(struct camss *camss, int hw_id, int port_id); void camss_reg_update(struct camss *camss, int hw_id,
Two intended to be helpers camss_vfe_get()/camss_vfe_put() got their declarations in commit b1e6eef535df ("media: qcom: camss: Decouple VFE from CSID"), but the correspondent functions haven't beed even added. Remove the unused declarations. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- drivers/media/platform/qcom/camss/camss.h | 2 -- 1 file changed, 2 deletions(-)