mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 23:00:21 +00:00
media: i2c: adv7511: remove unused struct 'i2c_reg_value'
'i2c_reg_value' is unused since the original commit 5a544cce2177 ("[media] adv7511: add new video encoder"). Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
12e14941c1
commit
6062bf32ff
@ -62,11 +62,6 @@ MODULE_LICENSE("GPL v2");
|
||||
**********************************************************************
|
||||
*/
|
||||
|
||||
struct i2c_reg_value {
|
||||
unsigned char reg;
|
||||
unsigned char value;
|
||||
};
|
||||
|
||||
struct adv7511_state_edid {
|
||||
/* total number of blocks */
|
||||
u32 blocks;
|
||||
|
Loading…
x
Reference in New Issue
Block a user