V4L/DVB (5297): Fix identation on tda10021.c
[powerpc.git] / drivers / media / dvb / frontends / s5h1420.h
index efc54d7..1555870 100644 (file)
@@ -34,7 +34,7 @@ struct s5h1420_config
        u8 invert:1;
 };
 
-#if defined(CONFIG_DVB_S5H1420) || defined(CONFIG_DVB_S5H1420_MODULE)
+#if defined(CONFIG_DVB_S5H1420) || (defined(CONFIG_DVB_S5H1420_MODULE) && defined(MODULE))
 extern struct dvb_frontend* s5h1420_attach(const struct s5h1420_config* config,
             struct i2c_adapter* i2c);
 #else