[media] altera-ci.h: add missing inline
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 6 Mar 2011 12:49:37 +0000 (09:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:54:04 +0000 (04:54 -0300)
Functions defined in a header should be static inline. This prevents
compile warnings like:

'altera_ci_tuner_reset' defined but not used

(Actually appeared in the media backwards compatibility build).

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/altera-ci.h

index bf0aa2c9b07028d0e013ad71aa5507ab02cd8bc3..70e4fd69ad9e600c0736911d4c61c48457bee731 100644 (file)
@@ -68,7 +68,7 @@ static inline int altera_ci_irq(void *dev)
        return 0;
 }
 
-static int altera_ci_tuner_reset(void *dev, int ci_nr)
+static inline int altera_ci_tuner_reset(void *dev, int ci_nr)
 {
        printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
        return 0;