diff options
-rw-r--r-- | drivers/staging/media/solo6x10/solo6x10-jpeg.h | 2 |
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 c5218ceeabca..9e411857d6f7 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[] = { | |||
110 | /* This is the byte marker for the start of the DQT */ | 110 | /* This is the byte marker for the start of the DQT */ |
111 | #define DQT_START 17 | 111 | #define DQT_START 17 |
112 | #define DQT_LEN 138 | 112 | #define DQT_LEN 138 |
113 | const unsigned char jpeg_dqt[4][DQT_LEN] = { | 113 | static const unsigned char jpeg_dqt[4][DQT_LEN] = { |
114 | { | 114 | { |
115 | 0xff, 0xdb, 0x00, 0x43, 0x00, | 115 | 0xff, 0xdb, 0x00, 0x43, 0x00, |
116 | 0x08, 0x06, 0x06, 0x07, 0x06, 0x05, 0x08, 0x07, | 116 | 0x08, 0x06, 0x06, 0x07, 0x06, 0x05, 0x08, 0x07, |