Skip to content

Commit

Permalink
[media] b2c2: export b2c2_flexcop_debug symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 17, 2012
1 parent 88f8472 commit 9b78c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/common/b2c2/flexcop.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#endif

int b2c2_flexcop_debug;
EXPORT_SYMBOL_GPL(b2c2_flexcop_debug);
module_param_named(debug, b2c2_flexcop_debug, int, 0644);
MODULE_PARM_DESC(debug,
"set debug level (1=info,2=tuner,4=i2c,8=ts,"
Expand Down

0 comments on commit 9b78c5a

Please sign in to comment.