Skip to content

Commit

Permalink
[media] af9035: constify clock tables
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Mar 21, 2013
1 parent b799b81 commit a7816b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/usb/dvb-usb-v2/af9035.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
Expand Down

0 comments on commit a7816b7

Please sign in to comment.