]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (7075): Make a local function static
authorPatrick Boettcher <pb@linuxtv.org>
Fri, 25 Jan 2008 10:32:58 +0000 (07:32 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:05:20 +0000 (19:05 -0200)
Make a local function static

Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/dib0700_devices.c

index 1c6843c631e19a06ba86b0f1c961544d8865041c..e7093826e975896f31153621f08edf7aef219bf7 100644 (file)
@@ -94,7 +94,7 @@ static int bristol_frontend_attach(struct dvb_usb_adapter *adap)
                (10 + adap->id) << 1, &bristol_dib3000mc_config[adap->id])) == NULL ? -ENODEV : 0;
 }
 
-int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval)
+static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval)
 {
        struct i2c_msg msg[2] = {
                { .addr = 0x50, .flags = 0,        .buf = &adrs, .len = 1 },