]> Pileus Git - ~andy/linux/blobdiff - drivers/media/dvb-frontends/cx22700.h
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / drivers / media / dvb-frontends / cx22700.h
index 4757a930ca0515426130562ed94c0a7019abb854..382a7b1f3618aca5770e15225ab7cbb95ee1a488 100644 (file)
@@ -31,7 +31,7 @@ struct cx22700_config
        u8 demod_address;
 };
 
-#if defined(CONFIG_DVB_CX22700) || (defined(CONFIG_DVB_CX22700_MODULE) && defined(MODULE))
+#if IS_ENABLED(CONFIG_DVB_CX22700)
 extern struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
                                           struct i2c_adapter* i2c);
 #else