From: Mauro Carvalho Chehab Date: Tue, 3 Feb 2015 18:32:34 +0000 (-0200) Subject: [media] rtl2830: declare functions as static X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~131^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d858b0e787a8eef66457bcbbd9a758a327102b94;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed