mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
[media] s5k6aa: Add missing static storage class specifier
Fixes the following sparse warning: drivers/media/video/s5k6aa.c:1439:5: warning: symbol 's5k6aa_check_fw_revision' was not declared. Should it be static? Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
4d98015eef
commit
b42353011e
@ -1436,7 +1436,7 @@ static int s5k6aa_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int s5k6aa_check_fw_revision(struct s5k6aa *s5k6aa)
|
||||
static int s5k6aa_check_fw_revision(struct s5k6aa *s5k6aa)
|
||||
{
|
||||
struct i2c_client *client = v4l2_get_subdevdata(&s5k6aa->sd);
|
||||
u16 api_ver = 0, fw_rev = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user