diff options
-rw-r--r-- | drivers/media/radio/si4713/radio-usb-si4713.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/radio/si4713/radio-usb-si4713.c b/drivers/media/radio/si4713/radio-usb-si4713.c index f1e640d71188..779855b74bcd 100644 --- a/drivers/media/radio/si4713/radio-usb-si4713.c +++ b/drivers/media/radio/si4713/radio-usb-si4713.c | |||
@@ -223,7 +223,7 @@ struct si4713_start_seq_table { | |||
223 | * (0x03): Get serial number of the board (Response : CB000-00-00) | 223 | * (0x03): Get serial number of the board (Response : CB000-00-00) |
224 | * (0x06, 0x03, 0x03, 0x08, 0x01, 0x0f) : Get Component revision | 224 | * (0x06, 0x03, 0x03, 0x08, 0x01, 0x0f) : Get Component revision |
225 | */ | 225 | */ |
226 | struct si4713_start_seq_table start_seq[] = { | 226 | static struct si4713_start_seq_table start_seq[] = { |
227 | 227 | ||
228 | { 1, { 0x03 } }, | 228 | { 1, { 0x03 } }, |
229 | { 2, { 0x32, 0x7f } }, | 229 | { 2, { 0x32, 0x7f } }, |
@@ -288,7 +288,7 @@ struct si4713_command_table { | |||
288 | * Byte 4 : Number of arguments + 1 (for the command byte) | 288 | * Byte 4 : Number of arguments + 1 (for the command byte) |
289 | * Byte 5 : Number of response bytes | 289 | * Byte 5 : Number of response bytes |
290 | */ | 290 | */ |
291 | struct si4713_command_table command_table[] = { | 291 | static struct si4713_command_table command_table[] = { |
292 | 292 | ||
293 | { SI4713_CMD_POWER_UP, { 0x00, SI4713_PWUP_NARGS + 1, SI4713_PWUP_NRESP} }, | 293 | { SI4713_CMD_POWER_UP, { 0x00, SI4713_PWUP_NARGS + 1, SI4713_PWUP_NRESP} }, |
294 | { SI4713_CMD_GET_REV, { 0x03, 0x01, SI4713_GETREV_NRESP } }, | 294 | { SI4713_CMD_GET_REV, { 0x03, 0x01, SI4713_GETREV_NRESP } }, |