Skip to content

Commit

Permalink
[media] dvb_usb_v2: make local function dvb_usb_v2_generic_io() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wei Yongjun authored and Mauro Carvalho Chehab committed Mar 22, 2013
1 parent bc3d292 commit 13828c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 13828c6

Please sign in to comment.