diff options
author | Duncan Gibb <dg@duncangibb.com> | 2009-12-12 09:52:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-16 09:27:54 -0200 |
commit | b4d887cfd735a15d32dbab82334f227a75775b86 (patch) | |
tree | c90a74b24c97c7bfb4b605235b7fd7246d2ac6b2 /drivers/media/dvb/frontends | |
parent | 2184dda0d4814fc1baeb6cfa1f82ec8015df88b0 (diff) | |
download | kernel-crypto-b4d887cfd735a15d32dbab82334f227a75775b86.tar.gz kernel-crypto-b4d887cfd735a15d32dbab82334f227a75775b86.tar.xz kernel-crypto-b4d887cfd735a15d32dbab82334f227a75775b86.zip |
V4L/DVB (13684): Fix some cut-and-paste noise in dib0090.h
Remove duplicated line on driver
[mchehab@redhat.com: second hunk of the original patch were already applied by another patch - remove it]
Cc: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Duncan Gibb <dg@duncangibb.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/dib0090.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib0090.h b/drivers/media/dvb/frontends/dib0090.h index 24ab5bf69d5..aa7711e8877 100644 --- a/drivers/media/dvb/frontends/dib0090.h +++ b/drivers/media/dvb/frontends/dib0090.h @@ -57,7 +57,6 @@ extern u16 dib0090_get_wbd_offset(struct dvb_frontend *tuner); extern int dib0090_gain_control(struct dvb_frontend *fe); extern enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe); extern int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state); -extern enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe); extern void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt); #else static inline struct dvb_frontend *dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0090_config *config) |