Skip to content

Commit

Permalink
V4L/DVB (7906): tuners/mxl5005s.c: don't define variables for enums
Browse files Browse the repository at this point in the history
It doesn't seem to be intended that "tuner_modu_type" and
"MXL5005_ControlName" were global variables.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Jun 5, 2008
1 parent 427aad6 commit 38db143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/common/tuners/mxl5005s.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ enum {
MXL_QAM,
MXL_ANALOG_CABLE,
MXL_ANALOG_OTA
} tuner_modu_type;
};

/* MXL5005 Tuner Register Struct */
struct TunerReg {
Expand Down Expand Up @@ -194,7 +194,7 @@ enum {
RFSYN_DIVM, /* 88 */
DN_BYPASS_AGC_I2C /* 89 */
#endif
} MXL5005_ControlName;
};

/*
* The following context is source code provided by MaxLinear.
Expand Down

0 comments on commit 38db143

Please sign in to comment.