summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/firewire/firedtv-rc.c
diff options
context:
space:
mode:
authorTobias Klauser2009-04-26 15:03:29 +0200
committerMauro Carvalho Chehab2009-06-16 23:20:56 +0200
commit60c7ef3967edfb2dd59aa149fd25da4779e3261e (patch)
treea5e17eabaec4bfd76af50feb97030533e3b03845 /drivers/media/dvb/firewire/firedtv-rc.c
parentV4L/DVB (11723): Link firmware to physical device (diff)
downloadkernel-qcow2-linux-60c7ef3967edfb2dd59aa149fd25da4779e3261e.tar.gz
kernel-qcow2-linux-60c7ef3967edfb2dd59aa149fd25da4779e3261e.tar.xz
kernel-qcow2-linux-60c7ef3967edfb2dd59aa149fd25da4779e3261e.zip
V4L/DVB (11724): firedtv: 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. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/firewire/firedtv-rc.c')
-rw-r--r--drivers/media/dvb/firewire/firedtv-rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/firewire/firedtv-rc.c b/drivers/media/dvb/firewire/firedtv-rc.c
index 46a6324d7b73..27bca2e283df 100644
--- a/drivers/media/dvb/firewire/firedtv-rc.c
+++ b/drivers/media/dvb/firewire/firedtv-rc.c
@@ -18,7 +18,7 @@
#include "firedtv.h"
/* fixed table with older keycodes, geared towards MythTV */
-const static u16 oldtable[] = {
+static const u16 oldtable[] = {
/* code from device: 0x4501...0x451f */
@@ -62,7 +62,7 @@ const static u16 oldtable[] = {
};
/* user-modifiable table for a remote as sold in 2008 */
-const static u16 keytable[] = {
+static const u16 keytable[] = {
/* code from device: 0x0300...0x031f */