Skip to content

Commit

Permalink
[media] lmedm04: get rid of warning: no previous prototype
Browse files Browse the repository at this point in the history
drivers/media/usb/dvb-usb-v2/lmedm04.c:802:13: warning: no previous prototype for 'lme_firmware_switch' [-Wmissing-prototypes]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent 691a550 commit 1885fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/usb/dvb-usb-v2/lmedm04.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ static const char fw_c_rs2000[] = LME2510_C_RS2000;
static const char fw_lg[] = LME2510_LG;
static const char fw_s0194[] = LME2510_S0194;

const char *lme_firmware_switch(struct dvb_usb_device *d, int cold)
static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold)
{
struct lme2510_state *st = d->priv;
struct usb_device *udev = d->udev;
Expand Down

0 comments on commit 1885fd2

Please sign in to comment.