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