mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 06:14:42 +08:00
[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>
This commit is contained in:
parent
b0944ea2a9
commit
5506bcba19
@ -1260,7 +1260,7 @@ static inline void CONVERT32(u32 x, char *str)
|
|||||||
*str = '\0';
|
*str = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
int stb0899_get_dev_id(struct stb0899_state *state)
|
static int stb0899_get_dev_id(struct stb0899_state *state)
|
||||||
{
|
{
|
||||||
u8 chip_id, release;
|
u8 chip_id, release;
|
||||||
u16 id;
|
u16 id;
|
||||||
|
Loading…
Reference in New Issue
Block a user