Commit a7816b76 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] af9035: constify clock tables

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b799b810
......@@ -63,7 +63,7 @@ struct state {
struct af9033_config af9033_config[2];
};
u32 clock_lut[] = {
static const u32 clock_lut[] = {
20480000, /* FPGA */
16384000, /* 16.38 MHz */
20480000, /* 20.48 MHz */
......@@ -78,7 +78,7 @@ u32 clock_lut[] = {
12000000, /* 12.00 MHz */
};
u32 clock_lut_it9135[] = {
static const u32 clock_lut_it9135[] = {
12000000, /* 12.00 MHz */
20480000, /* 20.48 MHz */
36000000, /* 36.00 MHz */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment