]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] rtl2832: declare functions as static
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 18:34:29 +0000 (16:34 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 18:38:43 +0000 (16:38 -0200)
commitbda977b7318a4ec10648fe5f80b6ecb42edea7bb
treed7b036b13ae2a4da227b0c0816e1e88f27107029
parentd858b0e787a8eef66457bcbbd9a758a327102b94
[media] rtl2832: declare functions as static

drivers/media/dvb-frontends/rtl2832.c:157:5: warning: no previous prototype for ‘rtl2832_bulk_write’ [-Wmissing-prototypes]
 int rtl2832_bulk_write(struct i2c_client *client, unsigned int reg,
     ^
drivers/media/dvb-frontends/rtl2832.c:169:5: warning: no previous prototype for ‘rtl2832_update_bits’ [-Wmissing-prototypes]
 int rtl2832_update_bits(struct i2c_client *client, unsigned int reg,
     ^
drivers/media/dvb-frontends/rtl2832.c:181:5: warning: no previous prototype for ‘rtl2832_bulk_read’ [-Wmissing-prototypes]
 int rtl2832_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/rtl2832.c