[media] s3c-camif: Staticize local symbols
These symbols are local to the file and should be static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
c88e739b1f
commit
4eb1d01d3f
|
@ -379,7 +379,7 @@ static void camif_hw_set_prescaler(struct camif_vp *vp)
|
||||||
camif_write(camif, S3C_CAMIF_REG_CISCPREDST(vp->id, vp->offset), cfg);
|
camif_write(camif, S3C_CAMIF_REG_CISCPREDST(vp->id, vp->offset), cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
void camif_s3c244x_hw_set_scaler(struct camif_vp *vp)
|
static void camif_s3c244x_hw_set_scaler(struct camif_vp *vp)
|
||||||
{
|
{
|
||||||
struct camif_dev *camif = vp->camif;
|
struct camif_dev *camif = vp->camif;
|
||||||
struct camif_scaler *scaler = &vp->scaler;
|
struct camif_scaler *scaler = &vp->scaler;
|
||||||
|
@ -426,7 +426,7 @@ void camif_s3c244x_hw_set_scaler(struct camif_vp *vp)
|
||||||
scaler->main_h_ratio, scaler->main_v_ratio);
|
scaler->main_h_ratio, scaler->main_v_ratio);
|
||||||
}
|
}
|
||||||
|
|
||||||
void camif_s3c64xx_hw_set_scaler(struct camif_vp *vp)
|
static void camif_s3c64xx_hw_set_scaler(struct camif_vp *vp)
|
||||||
{
|
{
|
||||||
struct camif_dev *camif = vp->camif;
|
struct camif_dev *camif = vp->camif;
|
||||||
struct camif_scaler *scaler = &vp->scaler;
|
struct camif_scaler *scaler = &vp->scaler;
|
||||||
|
|
Loading…
Reference in New Issue