diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-27 10:25:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-27 15:57:12 -0400 |
commit | 5506bcba19709a5ace1cecaa82ff1374ef4dcc99 (patch) | |
tree | 83a1f2364efd216ebcd3e3b9c0b19a32d7686ad8 | |
parent | b0944ea2a93ce12c984ae2dab7059786c87f6446 (diff) |
[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>
-rw-r--r-- | drivers/media/dvb-frontends/stb0899_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stb0899_drv.c b/drivers/media/dvb-frontends/stb0899_drv.c index 79e29de87fb7..cc278b3d6d5a 100644 --- a/drivers/media/dvb-frontends/stb0899_drv.c +++ b/drivers/media/dvb-frontends/stb0899_drv.c | |||
@@ -1260,7 +1260,7 @@ static inline void CONVERT32(u32 x, char *str) | |||
1260 | *str = '\0'; | 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 | u8 chip_id, release; | 1265 | u8 chip_id, release; |
1266 | u16 id; | 1266 | u16 id; |