On 01/13/2014 02:36 PM, Mauro Carvalho Chehab wrote: > This function isn't used nowhere outside the same .c file. > Fixes this warning: > > drivers/media/radio/si4713/radio-usb-si4713.c:418:5: warning: no previous prototype for 'si4713_register_i2c_adapter' [-Wmissing-prototypes] > int si4713_register_i2c_adapter(struct si4713_usb_device *radio) > ^ > > Cc: Hans Verkuil <hverkuil@xxxxxxxxx> Acked-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> Regards, Hans > Signed-off-by: Mauro Carvalho Chehab <m.chehab@xxxxxxxxxxx> > --- > drivers/media/radio/si4713/radio-usb-si4713.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/radio/si4713/radio-usb-si4713.c b/drivers/media/radio/si4713/radio-usb-si4713.c > index d97884494d04..f1e640d71188 100644 > --- a/drivers/media/radio/si4713/radio-usb-si4713.c > +++ b/drivers/media/radio/si4713/radio-usb-si4713.c > @@ -415,7 +415,7 @@ static struct i2c_adapter si4713_i2c_adapter_template = { > .algo = &si4713_algo, > }; > > -int si4713_register_i2c_adapter(struct si4713_usb_device *radio) > +static int si4713_register_i2c_adapter(struct si4713_usb_device *radio) > { > radio->i2c_adapter = si4713_i2c_adapter_template; > /* set up sysfs linkage to our parent device */ > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html