]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/dvb-frontends/a8293.h
Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[karo-tx-linux.git] / drivers / media / dvb-frontends / a8293.h
index ed29e5504f765c8e349d7c7a8cde3295e4417a73..b6ef6427cfa5ebaf422cc8a72d66f05f2581bbf8 100644 (file)
 #ifndef A8293_H
 #define A8293_H
 
+#include <linux/kconfig.h>
+
 struct a8293_config {
        u8 i2c_addr;
 };
 
-#if defined(CONFIG_DVB_A8293) || \
-       (defined(CONFIG_DVB_A8293_MODULE) && defined(MODULE))
+#if IS_ENABLED(CONFIG_DVB_A8293)
 extern struct dvb_frontend *a8293_attach(struct dvb_frontend *fe,
        struct i2c_adapter *i2c, const struct a8293_config *cfg);
 #else