diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-17 10:09:19 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-17 10:09:19 -0400 |
commit | 9b78c5a3007e10a172d4e83bea18509fdff2e8e3 (patch) | |
tree | 68d1e8893d5aaa778215855e15c53b40b03f1b34 /drivers/media/common/b2c2 | |
parent | 88f8472c9fc6c08f5113887471f1f4aabf7b2929 (diff) |
[media] b2c2: export b2c2_flexcop_debug symbol
ERROR: "b2c2_flexcop_debug" [drivers/media/pci/b2c2/b2c2-flexcop-pci.ko] undefined!
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/b2c2')
-rw-r--r-- | drivers/media/common/b2c2/flexcop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/b2c2/flexcop.c b/drivers/media/common/b2c2/flexcop.c index b1e8c99f469b..412c5daf2b48 100644 --- a/drivers/media/common/b2c2/flexcop.c +++ b/drivers/media/common/b2c2/flexcop.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #endif | 43 | #endif |
44 | 44 | ||
45 | int b2c2_flexcop_debug; | 45 | int b2c2_flexcop_debug; |
46 | EXPORT_SYMBOL_GPL(b2c2_flexcop_debug); | ||
46 | module_param_named(debug, b2c2_flexcop_debug, int, 0644); | 47 | module_param_named(debug, b2c2_flexcop_debug, int, 0644); |
47 | MODULE_PARM_DESC(debug, | 48 | MODULE_PARM_DESC(debug, |
48 | "set debug level (1=info,2=tuner,4=i2c,8=ts," | 49 | "set debug level (1=info,2=tuner,4=i2c,8=ts," |