mirror of https://gitee.com/openkylin/linux.git
V4L/DVB: tm6000: avoid unknown symbol tm6000_debug
Reported by Stefan Ringel. Thanks-to: Stefan Ringel <stefan.ringel@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
b17b86991a
commit
faa7c13481
|
@ -56,6 +56,7 @@ static int video_nr = -1; /* /dev/videoN, -1 for autodetect */
|
|||
|
||||
/* Debug level */
|
||||
int tm6000_debug;
|
||||
EXPORT_SYMBOL_GPL(tm6000_debug);
|
||||
|
||||
/* supported controls */
|
||||
static struct v4l2_queryctrl tm6000_qctrl[] = {
|
||||
|
|
Loading…
Reference in New Issue