mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 02:19:54 +00:00
mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset
commit 13e1b87c98 upstream.
Fix the following build error:
drivers/media/usb/dvb-usb-v2/
mxl111sf-tuner.h:72:9: error: expected ‘;’, ‘,’ or ‘)’ before ‘struct’
struct mxl111sf_tuner_config *cfg)
Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
728311f5b5
commit
f19148c795
@@ -68,7 +68,7 @@ struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
|
|||||||
#else
|
#else
|
||||||
static inline
|
static inline
|
||||||
struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
|
struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
|
||||||
struct mxl111sf_state *mxl_state
|
struct mxl111sf_state *mxl_state,
|
||||||
struct mxl111sf_tuner_config *cfg)
|
struct mxl111sf_tuner_config *cfg)
|
||||||
{
|
{
|
||||||
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
|
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
|
||||||
|
|||||||
Reference in New Issue
Block a user