Skip to content

Commit 0f298a4

Browse files
Yuan Canmchehab
authored andcommitted
media: dvb-usb: dib0700_devices: Remove unused struct dibx090p_adc
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>
1 parent 555924e commit 0f298a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/media/usb/dvb-usb/dib0700_devices.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,13 +2024,6 @@ static struct dib0090_config tfe8096p_dib0090_config = {
20242024
.force_cband_input = 0,
20252025
};
20262026

2027-
struct dibx090p_adc {
2028-
u32 freq; /* RF freq MHz */
2029-
u32 timf; /* New Timf */
2030-
u32 pll_loopdiv; /* New prediv */
2031-
u32 pll_prediv; /* New loopdiv */
2032-
};
2033-
20342027
struct dibx090p_best_adc {
20352028
u32 timf;
20362029
u32 pll_loopdiv;

0 commit comments

Comments
 (0)