diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/dvb_usb.h')
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/dvb_usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/dvb_usb.h b/drivers/media/usb/dvb-usb-v2/dvb_usb.h index bae16a1189d6..059291b892b8 100644 --- a/drivers/media/usb/dvb-usb-v2/dvb_usb.h +++ b/drivers/media/usb/dvb-usb-v2/dvb_usb.h | |||
@@ -137,7 +137,7 @@ struct dvb_usb_driver_info { | |||
137 | struct dvb_usb_rc { | 137 | struct dvb_usb_rc { |
138 | const char *map_name; | 138 | const char *map_name; |
139 | u64 allowed_protos; | 139 | u64 allowed_protos; |
140 | int (*change_protocol)(struct rc_dev *dev, u64 rc_type); | 140 | int (*change_protocol)(struct rc_dev *dev, u64 *rc_type); |
141 | int (*query) (struct dvb_usb_device *d); | 141 | int (*query) (struct dvb_usb_device *d); |
142 | unsigned int interval; | 142 | unsigned int interval; |
143 | const enum rc_driver_type driver_type; | 143 | const enum rc_driver_type driver_type; |