diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-21 23:06:34 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 07:05:20 +0200 |
commit | 9ce8b68fc036275986f005b38660d5d1795af8e8 (patch) | |
tree | c46db1fb3ee80472d1e22bfa6236935adf134c9f | |
parent | V4L/DVB (4182): Comment out MMI functions for now (diff) | |
download | linux-9ce8b68fc036275986f005b38660d5d1795af8e8.tar.xz linux-9ce8b68fc036275986f005b38660d5d1795af8e8.zip |
V4L/DVB (4184): Static variables mustn't be EXPORT_SYMBOL 'ed
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/bt8xx/bt878.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/bt8xx/bt878.c b/drivers/media/dvb/bt8xx/bt878.c index 47281c905149..cae5c7b4dca0 100644 --- a/drivers/media/dvb/bt8xx/bt878.c +++ b/drivers/media/dvb/bt8xx/bt878.c @@ -63,8 +63,6 @@ MODULE_PARM_DESC(debug, "Turn on/off debugging, default is 0 (off)."); int bt878_num; struct bt878 bt878[BT878_MAX]; -EXPORT_SYMBOL(bt878_debug); -EXPORT_SYMBOL(bt878_verbose); EXPORT_SYMBOL(bt878_num); EXPORT_SYMBOL(bt878); |