[media] use IS_ENABLED() macro
[deliverable/linux.git] / drivers / media / dvb-frontends / tda826x.h
index 89e97926ab23acb4dcd78f7537d9988d4b62ce16..5f0f20e7e4f81e91cb374859ae8cc00df085bcdc 100644 (file)
@@ -35,7 +35,7 @@
  * @param has_loopthrough Set to 1 if the card has a loopthrough RF connector.
  * @return FE pointer on success, NULL on failure.
  */
-#if defined(CONFIG_DVB_TDA826X) || (defined(CONFIG_DVB_TDA826X_MODULE) && defined(MODULE))
+#if IS_ENABLED(CONFIG_DVB_TDA826X)
 extern struct dvb_frontend* tda826x_attach(struct dvb_frontend *fe, int addr,
                                           struct i2c_adapter *i2c,
                                           int has_loopthrough);
This page took 0.025137 seconds and 5 git commands to generate.