|
@@ -193,7 +193,7 @@ static bool intel_sdvo_write_byte(struct intel_output *intel_output, int addr,
|
|
|
|
|
|
#define SDVO_CMD_NAME_ENTRY(cmd) {cmd, #cmd}
|
|
#define SDVO_CMD_NAME_ENTRY(cmd) {cmd, #cmd}
|
|
/** Mapping of command numbers to names, for debug output */
|
|
/** Mapping of command numbers to names, for debug output */
|
|
-const static struct _sdvo_cmd_name {
|
|
|
|
|
|
+static const struct _sdvo_cmd_name {
|
|
u8 cmd;
|
|
u8 cmd;
|
|
char *name;
|
|
char *name;
|
|
} sdvo_cmd_names[] = {
|
|
} sdvo_cmd_names[] = {
|