This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: dvb-frontends: dib7000p: remove unused struct 'i2c_device'
Author:  Dr. David Alan Gilbert <li...@treblig.org>
Date:    Fri May 24 01:29:16 2024 +0100

'i2c_device' was added by the original
commit 713d54a8bd81 ("[media] DiB7090: add support for the dib7090
based")
but is unused.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <li...@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 drivers/media/dvb-frontends/dib7000p.c | 5 -----
 1 file changed, 5 deletions(-)

---

diff --git a/drivers/media/dvb-frontends/dib7000p.c 
b/drivers/media/dvb-frontends/dib7000p.c
index 444fe1c4bf2d..c5582d4fa5be 100644
--- a/drivers/media/dvb-frontends/dib7000p.c
+++ b/drivers/media/dvb-frontends/dib7000p.c
@@ -32,11 +32,6 @@ MODULE_PARM_DESC(buggy_sfn_workaround, "Enable work-around 
for buggy SFNs (defau
                       __func__, ##arg);                                \
 } while (0)
 
-struct i2c_device {
-       struct i2c_adapter *i2c_adap;
-       u8 i2c_addr;
-};
-
 struct dib7000p_state {
        struct dvb_frontend demod;
        struct dib7000p_config cfg;

Reply via email to