[media] rtl2830: declare functions as static
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 18:32:34 +0000 (16:32 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 18:38:29 +0000 (16:38 -0200)
commitd858b0e787a8eef66457bcbbd9a758a327102b94
tree519150851c8c2f72a123dbf1855679ad49fa4a83
parentcecc58962014995db02dbfa9778523177b14fd6e
[media] rtl2830: declare functions as static

drivers/media/dvb-frontends/rtl2830.c:21:5: warning: no previous prototype for ‘rtl2830_bulk_write’ [-Wmissing-prototypes]
 int rtl2830_bulk_write(struct i2c_client *client, unsigned int reg,
     ^
drivers/media/dvb-frontends/rtl2830.c:33:5: warning: no previous prototype for ‘rtl2830_update_bits’ [-Wmissing-prototypes]
 int rtl2830_update_bits(struct i2c_client *client, unsigned int reg,
     ^
drivers/media/dvb-frontends/rtl2830.c:45:5: warning: no previous prototype for ‘rtl2830_bulk_read’ [-Wmissing-prototypes]
 int rtl2830_bulk_read(struct i2c_client *client, unsigned int reg, void *val,
     ^

Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/rtl2830.c
This page took 0.025089 seconds and 5 git commands to generate.