diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-18 09:49:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-18 09:49:37 -0300 |
commit | c0d72775f8fc3a3e551f233b3501ccf1ca23fe2a (patch) | |
tree | 7c6041245a371290256761f0bd627420e6dbb593 /linux/drivers/media/video/tcm825x.h | |
parent | b25818a3a4e324f54c59786922c73867af099253 (diff) | |
parent | 538850e6819a36200323bf1469eb8544e4f4e0c6 (diff) | |
download | mediapointer-dvb-s2-c0d72775f8fc3a3e551f233b3501ccf1ca23fe2a.tar.gz mediapointer-dvb-s2-c0d72775f8fc3a3e551f233b3501ccf1ca23fe2a.tar.bz2 |
merge: http://linuxtv.org/hg/~pinchartl/uvcvideo/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/tcm825x.h')
-rw-r--r-- | linux/drivers/media/video/tcm825x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tcm825x.h b/linux/drivers/media/video/tcm825x.h index 770ebacfa..5b7e69682 100644 --- a/linux/drivers/media/video/tcm825x.h +++ b/linux/drivers/media/video/tcm825x.h @@ -188,7 +188,7 @@ struct tcm825x_platform_data { /* Array of image sizes supported by TCM825X. These must be ordered from * smallest image size to largest. */ -const static struct capture_size tcm825x_sizes[] = { +static const struct capture_size tcm825x_sizes[] = { { 128, 96 }, /* subQCIF */ { 160, 120 }, /* QQVGA */ { 176, 144 }, /* QCIF */ |