[PATCH] dvb: make needlessly global code static or drop it
[firefly-linux-kernel-4.4.55.git] / drivers / media / dvb / frontends / mt352.h
index f5d8a5aed8a93101c52646a91cefd24246a85d2f..8bc032f7f5c1131b7708078c762594888553c4f3 100644 (file)
@@ -61,7 +61,6 @@ extern struct dvb_frontend* mt352_attach(const struct mt352_config* config,
                                         struct i2c_adapter* i2c);
 
 extern int mt352_write(struct dvb_frontend* fe, u8* ibuf, int ilen);
-extern int mt352_read(struct dvb_frontend *fe, u8 reg);
 
 #endif // MT352_H