aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/zl10039.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/zl10039.h')
-rw-r--r--drivers/media/dvb-frontends/zl10039.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/zl10039.h b/drivers/media/dvb-frontends/zl10039.h
index 5eee7ea162a1..750b9bca9d02 100644
--- a/drivers/media/dvb-frontends/zl10039.h
+++ b/drivers/media/dvb-frontends/zl10039.h
@@ -22,8 +22,9 @@
22#ifndef ZL10039_H 22#ifndef ZL10039_H
23#define ZL10039_H 23#define ZL10039_H
24 24
25#if defined(CONFIG_DVB_ZL10039) || (defined(CONFIG_DVB_ZL10039_MODULE) \ 25#include <linux/kconfig.h>
26 && defined(MODULE)) 26
27#if IS_ENABLED(CONFIG_DVB_ZL10039)
27struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe, 28struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe,
28 u8 i2c_addr, 29 u8 i2c_addr,
29 struct i2c_adapter *i2c); 30 struct i2c_adapter *i2c);