mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
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>
This commit is contained in:
parent
1fd57f60f8
commit
9ce8b68fc0
@ -63,8 +63,6 @@ MODULE_PARM_DESC(debug, "Turn on/off debugging, default is 0 (off).");
|
|||||||
int bt878_num;
|
int bt878_num;
|
||||||
struct bt878 bt878[BT878_MAX];
|
struct bt878 bt878[BT878_MAX];
|
||||||
|
|
||||||
EXPORT_SYMBOL(bt878_debug);
|
|
||||||
EXPORT_SYMBOL(bt878_verbose);
|
|
||||||
EXPORT_SYMBOL(bt878_num);
|
EXPORT_SYMBOL(bt878_num);
|
||||||
EXPORT_SYMBOL(bt878);
|
EXPORT_SYMBOL(bt878);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user