diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-06-04 21:08:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 14:05:54 -0300 |
commit | faa7c13481a1d73e93456b1e2a0d95c4f89ad518 (patch) | |
tree | 1c6bce122f49d070608df0489f8fe1478892dd48 /drivers | |
parent | b17b86991a6a17560ddd97ed9a970fc38427217d (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/tm6000/tm6000-video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index c0d6f6a25c1..34e8ef5c227 100644 --- a/drivers/staging/tm6000/tm6000-video.c +++ b/drivers/staging/tm6000/tm6000-video.c @@ -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[] = { |