]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/cx25840/cx25840-core.c
[PATCH] V4L: Some funcions now static and I2C hw code for IR
[mv-sheeva.git] / drivers / media / video / cx25840 / cx25840-core.c
index f6afeec499c509b1a692df5cf3d7353215945bb2..539db129a9f4a69352d3b54f0439243aa8a30c43 100644 (file)
@@ -714,7 +714,7 @@ static int cx25840_command(struct i2c_client *client, unsigned int cmd,
 
 /* ----------------------------------------------------------------------- */
 
-struct i2c_driver i2c_driver_cx25840;
+static struct i2c_driver i2c_driver_cx25840;
 
 static int cx25840_detect_client(struct i2c_adapter *adapter, int address,
                                 int kind)
@@ -807,7 +807,7 @@ static int cx25840_detach_client(struct i2c_client *client)
 
 /* ----------------------------------------------------------------------- */
 
-struct i2c_driver i2c_driver_cx25840 = {
+static struct i2c_driver i2c_driver_cx25840 = {
        .name = "cx25840",
 
        .id = I2C_DRIVERID_CX25840,