|
@@ -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 */
|
|
|
|