]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] drxd: get rid of EXPORT_SYMBOL(drxd_config_i2c)
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 18 Mar 2014 00:26:33 +0000 (21:26 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 17 Jun 2014 15:04:38 +0000 (12:04 -0300)
This symbol is not used externally. Get rid of it.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/drxd.h
drivers/media/dvb-frontends/drxd_hard.c

index 5f1d6b5f168530e4ebe7b5c6d84f6ecf7962bf6e..d998e4d5a7fc7756e13c726ff847a6266273c45b 100644 (file)
@@ -69,5 +69,4 @@ struct dvb_frontend *drxd_attach(const struct drxd_config *config,
 }
 #endif
 
-extern int drxd_config_i2c(struct dvb_frontend *, int);
 #endif
index 5b87ece69414fcdbfbc1bb967931e87d47fd13b8..ae2276db77bc8ff448aeb50a4314e1723619b470 100644 (file)
@@ -2840,7 +2840,7 @@ static int drxd_init(struct dvb_frontend *fe)
        return err;
 }
 
-int drxd_config_i2c(struct dvb_frontend *fe, int onoff)
+static int drxd_config_i2c(struct dvb_frontend *fe, int onoff)
 {
        struct drxd_state *state = fe->demodulator_priv;
 
@@ -2849,7 +2849,6 @@ int drxd_config_i2c(struct dvb_frontend *fe, int onoff)
 
        return DRX_ConfigureI2CBridge(state, onoff);
 }
-EXPORT_SYMBOL(drxd_config_i2c);
 
 static int drxd_get_tune_settings(struct dvb_frontend *fe,
                                  struct dvb_frontend_tune_settings *sets)