Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] stb0899_drv: get rid of warning: no previous prototype

drivers/media/dvb-frontends/stb0899_drv.c:1263:5: warning: no previous prototype for 'stb0899_get_dev_id' [-Wmissing-prototypes]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

+1 -1
+1 -1
drivers/media/dvb-frontends/stb0899_drv.c
··· 1260 1260 *str = '\0'; 1261 1261 } 1262 1262 1263 - int stb0899_get_dev_id(struct stb0899_state *state) 1263 + static int stb0899_get_dev_id(struct stb0899_state *state) 1264 1264 { 1265 1265 u8 chip_id, release; 1266 1266 u16 id;