Skip to content

Commit

Permalink
media: dvb-usb: dib0700_devices: Remove unused struct dibx090p_adc
Browse files Browse the repository at this point in the history
After commit 5e9c85d("[media] dib8096: enhancement"), no one use struct
dibx090p_adc, so remove it.

Link: https://lore.kernel.org/linux-media/20220927133827.99097-1-yuancan@huawei.com
Signed-off-by: Yuan Can <yuancan@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
Yuan Can authored and Mauro Carvalho Chehab committed Nov 25, 2022
1 parent 555924e commit 0f298a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/media/usb/dvb-usb/dib0700_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -2024,13 +2024,6 @@ static struct dib0090_config tfe8096p_dib0090_config = {
.force_cband_input = 0,
};

struct dibx090p_adc {
u32 freq; /* RF freq MHz */
u32 timf; /* New Timf */
u32 pll_loopdiv; /* New prediv */
u32 pll_prediv; /* New loopdiv */
};

struct dibx090p_best_adc {
u32 timf;
u32 pll_loopdiv;
Expand Down

0 comments on commit 0f298a4

Please sign in to comment.