All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: dvb-usb: dib0700_devices: Remove unused struct dibx090p_adc
@ 2022-09-27 13:38 Yuan Can
  0 siblings, 0 replies; only message in thread
From: Yuan Can @ 2022-09-27 13:38 UTC (permalink / raw)
  To: mchehab, linux-media; +Cc: yuancan

After commit 5e9c85d98337("[media] dib8096: enhancement"), no one use struct
dibx090p_adc, so remove it.

Signed-off-by: Yuan Can <yuancan@huawei.com>
---
 drivers/media/usb/dvb-usb/dib0700_devices.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c
index 7f8bebfa3e8e..3af594134a6d 100644
--- a/drivers/media/usb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/usb/dvb-usb/dib0700_devices.c
@@ -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;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-27 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 13:38 [PATCH] media: dvb-usb: dib0700_devices: Remove unused struct dibx090p_adc Yuan Can

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.