Commit 0ca477ea authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] az6007: make all functions static

There's no reason why those functions shouldn't be static.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3cb9f4e2
...@@ -635,7 +635,7 @@ static int az6007_tuner_attach(struct dvb_usb_adapter *adap) ...@@ -635,7 +635,7 @@ static int az6007_tuner_attach(struct dvb_usb_adapter *adap)
return 0; return 0;
} }
int az6007_power_ctrl(struct dvb_usb_device *d, int onoff) static int az6007_power_ctrl(struct dvb_usb_device *d, int onoff)
{ {
struct az6007_device_state *state = d_to_priv(d); struct az6007_device_state *state = d_to_priv(d);
int ret; int ret;
...@@ -784,7 +784,7 @@ static struct i2c_algorithm az6007_i2c_algo = { ...@@ -784,7 +784,7 @@ static struct i2c_algorithm az6007_i2c_algo = {
.functionality = az6007_i2c_func, .functionality = az6007_i2c_func,
}; };
int az6007_identify_state(struct dvb_usb_device *d, const char **name) static int az6007_identify_state(struct dvb_usb_device *d, const char **name)
{ {
int ret; int ret;
u8 *mac; u8 *mac;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment