|
@@ -204,15 +204,8 @@ static int dvb_usbv2_remote_exit(struct dvb_usb_device *d)
|
|
|
return 0;
|
|
|
}
|
|
|
#else
|
|
|
-static int dvb_usbv2_remote_init(struct dvb_usb_device *d)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
-static int dvb_usbv2_remote_exit(struct dvb_usb_device *d)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
+ #define dvb_usbv2_remote_init(args...) 0
|
|
|
+ #define dvb_usbv2_remote_exit(args...)
|
|
|
#endif
|
|
|
|
|
|
static void dvb_usb_data_complete(struct usb_data_stream *stream, u8 *buf,
|