diff options
Diffstat (limited to 'drivers/media/rc/streamzap.c')
-rw-r--r-- | drivers/media/rc/streamzap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/streamzap.c b/drivers/media/rc/streamzap.c index c720f12f661e..d7b11e6a9982 100644 --- a/drivers/media/rc/streamzap.c +++ b/drivers/media/rc/streamzap.c | |||
@@ -346,8 +346,8 @@ out: | |||
346 | * On any failure the return value is the ERROR | 346 | * On any failure the return value is the ERROR |
347 | * On success return 0 | 347 | * On success return 0 |
348 | */ | 348 | */ |
349 | static int __devinit streamzap_probe(struct usb_interface *intf, | 349 | static int streamzap_probe(struct usb_interface *intf, |
350 | const struct usb_device_id *id) | 350 | const struct usb_device_id *id) |
351 | { | 351 | { |
352 | struct usb_device *usbdev = interface_to_usbdev(intf); | 352 | struct usb_device *usbdev = interface_to_usbdev(intf); |
353 | struct usb_host_interface *iface_host; | 353 | struct usb_host_interface *iface_host; |