summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/cx23885/altera-ci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/altera-ci.h b/drivers/media/video/cx23885/altera-ci.h
index bf0aa2c9b070..70e4fd69ad9e 100644
--- a/drivers/media/video/cx23885/altera-ci.h
+++ b/drivers/media/video/cx23885/altera-ci.h
@@ -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;