Skip to content

Commit

Permalink
V4L/DVB: tm6000: avoid unknown symbol tm6000_debug
Browse files Browse the repository at this point in the history
Reported by Stefan Ringel.

Thanks-to: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 2, 2010
1 parent b17b869 commit faa7c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit faa7c13

Please sign in to comment.