Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e49027e authored by Anthony DeStefano's avatar Anthony DeStefano Committed by Mauro Carvalho Chehab
Browse files

[media] staging: solo6x10: fix for sparse warning message



Define jpeg_dqt as static.

Signed-off-by: default avatarAnthony DeStefano <adx@fastmail.fm>
Signed-off-by: default avatarIsmael Luceno <ismael.luceno@corp.bluecherry.net>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent c0e11a2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,