diff mbox

DVB: Re C99, move storage class to beginning.

Message ID alpine.LFD.2.00.0904261130590.3357@localhost.localdomain (mailing list archive)
State Superseded
Headers show

Commit Message

Robert P. J. Day April 26, 2009, 3:31 p.m. UTC
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---


========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Linked In:                             http://www.linkedin.com/in/rpjday
Twitter:                                       http://twitter.com/rpjday
========================================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/media/dvb/firewire/firedtv-rc.c b/drivers/media/dvb/firewire/firedtv-rc.c
index 46a6324..27bca2e 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 */