aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9875.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tda9875.c')
-rw-r--r--drivers/media/video/tda9875.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tda9875.c b/drivers/media/video/tda9875.c
index ef98c4982250..8a1e58e72c00 100644
--- a/drivers/media/video/tda9875.c
+++ b/drivers/media/video/tda9875.c
@@ -30,14 +30,14 @@
30#include <linux/i2c-algo-bit.h> 30#include <linux/i2c-algo-bit.h>
31#include <linux/init.h> 31#include <linux/init.h>
32 32
33#include "bttv.h"
34#include <media/audiochip.h> 33#include <media/audiochip.h>
35 34
35#include <media/i2c-addr.h>
36
36static int debug; /* insmod parameter */ 37static int debug; /* insmod parameter */
37module_param(debug, int, S_IRUGO | S_IWUSR); 38module_param(debug, int, S_IRUGO | S_IWUSR);
38MODULE_LICENSE("GPL"); 39MODULE_LICENSE("GPL");
39 40
40
41/* Addresses to scan */ 41/* Addresses to scan */
42static unsigned short normal_i2c[] = { 42static unsigned short normal_i2c[] = {
43 I2C_TDA9875 >> 1, 43 I2C_TDA9875 >> 1,