mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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>
This commit is contained in:
parent
904a82e3e2
commit
4a2b108379
@ -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;
|
(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] = {
|
struct i2c_msg msg[2] = {
|
||||||
{ .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 },
|
{ .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 },
|
||||||
|
Loading…
Reference in New Issue
Block a user