diff options
Diffstat (limited to 'drivers/media/dvb/frontends/cx24116.h')
-rw-r--r-- | drivers/media/dvb/frontends/cx24116.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.h b/drivers/media/dvb/frontends/cx24116.h index 4cb3ddd6c62..b1b76b47a14 100644 --- a/drivers/media/dvb/frontends/cx24116.h +++ b/drivers/media/dvb/frontends/cx24116.h | |||
@@ -37,7 +37,8 @@ struct cx24116_config { | |||
37 | u8 mpg_clk_pos_pol:0x02; | 37 | u8 mpg_clk_pos_pol:0x02; |
38 | }; | 38 | }; |
39 | 39 | ||
40 | #if defined(CONFIG_DVB_CX24116) || defined(CONFIG_DVB_CX24116_MODULE) | 40 | #if defined(CONFIG_DVB_CX24116) || \ |
41 | (defined(CONFIG_DVB_CX24116_MODULE) && defined(MODULE)) | ||
41 | extern struct dvb_frontend *cx24116_attach( | 42 | extern struct dvb_frontend *cx24116_attach( |
42 | const struct cx24116_config *config, | 43 | const struct cx24116_config *config, |
43 | struct i2c_adapter *i2c); | 44 | struct i2c_adapter *i2c); |