summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
diff options
context:
space:
mode:
authorAnthony DeStefano <adx@fastmail.fm>2014-06-19 22:53:21 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-04 16:11:27 -0300
commit7e49027e62b9cb8addcd00f7498d389469f119d4 (patch)
treed05601a82b072134fda7be21589e1360378f7289 /drivers/staging/media
parentc0e11a2a24db782341f456877d19b9390c5998a9 (diff)
downloadop-kernel-dev-7e49027e62b9cb8addcd00f7498d389469f119d4.zip
op-kernel-dev-7e49027e62b9cb8addcd00f7498d389469f119d4.tar.gz
[media] staging: solo6x10: fix for sparse warning message
Define jpeg_dqt as static. Signed-off-by: Anthony DeStefano <adx@fastmail.fm> Signed-off-by: Ismael Luceno <ismael.luceno@corp.bluecherry.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/staging/media')
-rw-r--r--drivers/staging/media/solo6x10/solo6x10-jpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/solo6x10/solo6x10-jpeg.h b/drivers/staging/media/solo6x10/solo6x10-jpeg.h
index c5218ce..9e41185 100644
--- a/drivers/staging/media/solo6x10/solo6x10-jpeg.h
+++ b/drivers/staging/media/solo6x10/solo6x10-jpeg.h
@@ -110,7 +110,7 @@ static const unsigned char jpeg_header[] = {
/* This is the byte marker for the start of the DQT */
#define DQT_START 17
#define DQT_LEN 138
-const unsigned char jpeg_dqt[4][DQT_LEN] = {
+static const unsigned char jpeg_dqt[4][DQT_LEN] = {
{
0xff, 0xdb, 0x00, 0x43, 0x00,
0x08, 0x06, 0x06, 0x07, 0x06, 0x05, 0x08, 0x07,
OpenPOWER on IntegriCloud