diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-01-25 05:32:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:05:20 -0500 |
commit | 4a2b108379743405bc488eaef6a75080aa1bbba4 (patch) | |
tree | 18e0353b900a741ce68d2d740986502111f705f1 | |
parent | 904a82e3e27b57a2518f7575c0cab9b6aaddc422 (diff) |
V4L/DVB (7075): Make a local function static
Make a local function static
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index 1c6843c631e1..e7093826e975 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c | |||
@@ -94,7 +94,7 @@ static int bristol_frontend_attach(struct dvb_usb_adapter *adap) | |||
94 | (10 + adap->id) << 1, &bristol_dib3000mc_config[adap->id])) == NULL ? -ENODEV : 0; | 94 | (10 + adap->id) << 1, &bristol_dib3000mc_config[adap->id])) == NULL ? -ENODEV : 0; |
95 | } | 95 | } |
96 | 96 | ||
97 | int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) | 97 | static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) |
98 | { | 98 | { |
99 | struct i2c_msg msg[2] = { | 99 | struct i2c_msg msg[2] = { |
100 | { .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 }, | 100 | { .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 }, |