提交 bc835d80 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

V4L/DVB (7032): tda18271: tda18271_cal_on_startup should be declared static

This module option variable is only handled within the file tda18271-fe.c -

Declare this variable as static.
Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 99beeee9
......@@ -27,7 +27,7 @@ module_param_named(debug, tda18271_debug, int, 0644);
MODULE_PARM_DESC(debug, "set debug level "
"(info=1, map=2, reg=4, adv=8, cal=16 (or-able))");
int tda18271_cal_on_startup;
static int tda18271_cal_on_startup;
module_param_named(cal, tda18271_cal_on_startup, int, 0644);
MODULE_PARM_DESC(cal, "perform RF tracking filter calibration on startup");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册