summary refs log tree commit diff
path: root/drivers/media/video/tcm825x.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-02-09 18:06:49 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:48 -0300
commite23b290716ad9355d9f17b569c8c9e659ff68aa7 (patch)
tree758ac4c12ca52c9f2e915a5b1a43e3e71a161284 /drivers/media/video/tcm825x.h
parent92e8c91bd2a0db4b129baf332344f564bdfca941 (diff)
downloadlinux-e23b290716ad9355d9f17b569c8c9e659ff68aa7.tar.gz
V4L/DVB (10628): V4L: Storage class should be before const qualifier
The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.

Cc: Jean-Francois Moine <moinejf@free.fr>
Cc: Sakari Ailus <sakari.ailus@nokia.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/tcm825x.h')
-rw-r--r--drivers/media/video/tcm825x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tcm825x.h b/drivers/media/video/tcm825x.h
index 770ebacfa344..5b7e69682368 100644
--- a/drivers/media/video/tcm825x.h
+++ b/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 */