projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd57f6
)
V4L/DVB (4184): Static variables mustn't be EXPORT_SYMBOL 'ed
author
Adrian Bunk
<bunk@stusta.de>
Wed, 21 Jun 2006 21:06:34 +0000
(18:06 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 25 Jun 2006 05:05:20 +0000
(
02:05
-0300)
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>
drivers/media/dvb/bt8xx/bt878.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/dvb/bt8xx/bt878.c
b/drivers/media/dvb/bt8xx/bt878.c
index 47281c9051497936c0ef409fce62440d4ab418ab..cae5c7b4dca0c1400c449ed139fa52bd1f4b49dd 100644
(file)
--- 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);