aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pwc/pwc-v4l.c
diff options
context:
space:
mode:
authorHans Verkuil <[email protected]>2014-08-20 22:28:02 +0000
committerMauro Carvalho Chehab <[email protected]>2014-09-03 12:55:43 +0000
commit2954192529e9bb8158bb60f731b108f21c4017aa (patch)
tree531f9c1a38011ddd373fb9dc91e652f8b155f318 /drivers/media/usb/pwc/pwc-v4l.c
parent[media] dvb_usb_core: fix sparse warning (diff)
downloadkernel-2954192529e9bb8158bb60f731b108f21c4017aa.tar.gz
kernel-2954192529e9bb8158bb60f731b108f21c4017aa.zip
[media] pwc: fix sparse warning
drivers/media/usb/pwc/pwc-v4l.c:55:12: warning: symbol 'pwc_auto_whitebal_qmenu' was not declared. Should it be static? Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/usb/pwc/pwc-v4l.c')
-rw-r--r--drivers/media/usb/pwc/pwc-v4l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-v4l.c b/drivers/media/usb/pwc/pwc-v4l.c
index aa7449eaca08..3d987984602f 100644
--- a/drivers/media/usb/pwc/pwc-v4l.c
+++ b/drivers/media/usb/pwc/pwc-v4l.c
@@ -52,7 +52,7 @@ enum { custom_autocontour, custom_contour, custom_noise_reduction,
custom_awb_speed, custom_awb_delay,
custom_save_user, custom_restore_user, custom_restore_factory };
-const char * const pwc_auto_whitebal_qmenu[] = {
+static const char * const pwc_auto_whitebal_qmenu[] = {
"Indoor (Incandescant Lighting) Mode",
"Outdoor (Sunlight) Mode",
"Indoor (Fluorescent Lighting) Mode",