diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-03 16:34:29 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-03 16:38:43 -0200 |
commit | bda977b7318a4ec10648fe5f80b6ecb42edea7bb (patch) | |
tree | d7b036b13ae2a4da227b0c0816e1e88f27107029 /drivers/media/i2c/tw2804.c | |
parent | d858b0e787a8eef66457bcbbd9a758a327102b94 (diff) | |
download | linux-bda977b7318a4ec10648fe5f80b6ecb42edea7bb.tar.bz2 |
[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>
Diffstat (limited to 'drivers/media/i2c/tw2804.c')
0 files changed, 0 insertions, 0 deletions