diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-21 19:33:42 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-21 19:33:42 +0000 |
commit | 934a0ff7b293a5df5f8f33f3361ec53dd9efeda1 (patch) | |
tree | b2feae9eb8b466a659bc99ed750185f682e7727f /linux/drivers/media/dvb/dvb-usb/anysee.c | |
parent | ccac3f9c17e7032132a869467215973380721525 (diff) | |
download | mediapointer-dvb-s2-934a0ff7b293a5df5f8f33f3361ec53dd9efeda1.tar.gz mediapointer-dvb-s2-934a0ff7b293a5df5f8f33f3361ec53dd9efeda1.tar.bz2 |
usb/anysee.c: make struct anysee_usb_mutex static
From: Adrian Bunk <bunk@kernel.org>
This patch makes the needlessly global struct anysee_usb_mutex static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/anysee.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/anysee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/anysee.c b/linux/drivers/media/dvb/dvb-usb/anysee.c index adfd4fc82..2f408d2e1 100644 --- a/linux/drivers/media/dvb/dvb-usb/anysee.c +++ b/linux/drivers/media/dvb/dvb-usb/anysee.c @@ -43,7 +43,7 @@ module_param_named(debug, dvb_usb_anysee_debug, int, 0644); MODULE_PARM_DESC(debug, "set debugging level" DVB_USB_DEBUG_STATUS); DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr); -struct mutex anysee_usb_mutex; +static struct mutex anysee_usb_mutex; static int anysee_ctrl_msg(struct dvb_usb_device *d, u8 *sbuf, u8 slen, u8 *rbuf, u8 rlen) |