diff options
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index 57a101414307..bba23bcd1b11 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c | |||
@@ -1701,9 +1701,13 @@ static int alps_tdlb7_tuner_set_params(struct dvb_frontend* fe, struct dvb_front | |||
1701 | 1701 | ||
1702 | static int alps_tdlb7_request_firmware(struct dvb_frontend* fe, const struct firmware **fw, char* name) | 1702 | static int alps_tdlb7_request_firmware(struct dvb_frontend* fe, const struct firmware **fw, char* name) |
1703 | { | 1703 | { |
1704 | #if defined(CONFIG_DVB_SP8870) || defined(CONFIG_DVB_SP8870_MODULE) | ||
1704 | struct av7110* av7110 = (struct av7110*) fe->dvb->priv; | 1705 | struct av7110* av7110 = (struct av7110*) fe->dvb->priv; |
1705 | 1706 | ||
1706 | return request_firmware(fw, name, &av7110->dev->pci->dev); | 1707 | return request_firmware(fw, name, &av7110->dev->pci->dev); |
1708 | #else | ||
1709 | return -EINVAL; | ||
1710 | #endif | ||
1707 | } | 1711 | } |
1708 | 1712 | ||
1709 | static struct sp8870_config alps_tdlb7_config = { | 1713 | static struct sp8870_config alps_tdlb7_config = { |