summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-03-22 03:17:18 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-22 17:50:12 +0100
commit13828c61e9d3fd293c284fd24077f1f7d0946458 (patch)
tree7e3cfb7dd0c0404fa7dca9ccacfecb1155ffbbc0 /drivers
parent[media] em28xx: tuner setup is broken after algo_data change (diff)
downloadlinux-13828c61e9d3fd293c284fd24077f1f7d0946458.tar.xz
linux-13828c61e9d3fd293c284fd24077f1f7d0946458.zip
[media] dvb_usb_v2: make local function dvb_usb_v2_generic_io() static
dvb_usb_v2_generic_io() was not declared. It should be static. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c b/drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c
index 74c911fa1fe6..aa0c35ef3179 100644
--- a/drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c
+++ b/drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c
@@ -21,7 +21,7 @@
#include "dvb_usb_common.h"
-int dvb_usb_v2_generic_io(struct dvb_usb_device *d,
+static int dvb_usb_v2_generic_io(struct dvb_usb_device *d,
u8 *wbuf, u16 wlen, u8 *rbuf, u16 rlen)
{
int ret, actual_length;