Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dvb-frontends: dib7000p: remove unused struct 'i2c_device'

'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 <linux@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Dr. David Alan Gilbert and committed by
Hans Verkuil
c9230ee9 46be626a

-5
-5
drivers/media/dvb-frontends/dib7000p.c
··· 32 32 __func__, ##arg); \ 33 33 } while (0) 34 34 35 - struct i2c_device { 36 - struct i2c_adapter *i2c_adap; 37 - u8 i2c_addr; 38 - }; 39 - 40 35 struct dib7000p_state { 41 36 struct dvb_frontend demod; 42 37 struct dib7000p_config cfg;