diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-06-24 12:00:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-06-24 12:00:02 -0300 |
commit | 29025f69bb8aa0900ed89bd3abbe97ea85ff760a (patch) | |
tree | dc57a21d569ff8211f2ff165f98c30fd12f9deb9 /arch/blackfin/include | |
parent | cf47faca25e29ffb74c883675a9bada065d9ea10 (diff) | |
download | linux-29025f69bb8aa0900ed89bd3abbe97ea85ff760a.tar.gz linux-29025f69bb8aa0900ed89bd3abbe97ea85ff760a.tar.xz |
r820t: comment out two ancillary tables
As Gcc6.1 warned, those tables are currently unused:
drivers/media/tuners/r820t.c:349:18: warning: 'r820t_mixer_gain_steps' defined but not used [-Wunused-const-variable=]
static const int r820t_mixer_gain_steps[] = {
^~~~~~~~~~~~~~~~~~~~~~
drivers/media/tuners/r820t.c:345:18: warning: 'r820t_lna_gain_steps' defined but not used [-Wunused-const-variable=]
static const int r820t_lna_gain_steps[] = {
^~~~~~~~~~~~~~~~~~~~
They're actually used only by a routine that it is currently
commented out. So, move those tables to be together with such
code and comment them out.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'arch/blackfin/include')
0 files changed, 0 insertions, 0 deletions