diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-05 08:23:17 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-06 08:24:40 -0400 |
| commit | 0ca477ea8dceb13eb2f91b13d8ff25a7b3113f7e (patch) | |
| tree | da4e0a3cacd41be9c28936e51da4e17157a32d48 /drivers/media/dvb | |
| parent | 3cb9f4e28269124d304e1886809f4f9fa9899790 (diff) | |
[media] az6007: make all functions static
There's no reason why those functions shouldn't be static.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
| -rw-r--r-- | drivers/media/dvb/dvb-usb-v2/az6007.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb-v2/az6007.c b/drivers/media/dvb/dvb-usb-v2/az6007.c index bb7f61de093b..4a0ee6420297 100644 --- a/drivers/media/dvb/dvb-usb-v2/az6007.c +++ b/drivers/media/dvb/dvb-usb-v2/az6007.c | |||
| @@ -635,7 +635,7 @@ static int az6007_tuner_attach(struct dvb_usb_adapter *adap) | |||
| 635 | return 0; | 635 | return 0; |
| 636 | } | 636 | } |
| 637 | 637 | ||
| 638 | int az6007_power_ctrl(struct dvb_usb_device *d, int onoff) | 638 | static int az6007_power_ctrl(struct dvb_usb_device *d, int onoff) |
| 639 | { | 639 | { |
| 640 | struct az6007_device_state *state = d_to_priv(d); | 640 | struct az6007_device_state *state = d_to_priv(d); |
| 641 | int ret; | 641 | int ret; |
| @@ -784,7 +784,7 @@ static struct i2c_algorithm az6007_i2c_algo = { | |||
| 784 | .functionality = az6007_i2c_func, | 784 | .functionality = az6007_i2c_func, |
| 785 | }; | 785 | }; |
| 786 | 786 | ||
| 787 | int az6007_identify_state(struct dvb_usb_device *d, const char **name) | 787 | static int az6007_identify_state(struct dvb_usb_device *d, const char **name) |
| 788 | { | 788 | { |
| 789 | int ret; | 789 | int ret; |
| 790 | u8 *mac; | 790 | u8 *mac; |
