media: i2c: ks0127: remove unused struct 'adjust'
'adjust' has been unused since original
commit fbe60daac4 ("V4L/DVB (3916): AverMedia 6 Eyes AVS6EYES
support").
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>
pull/914/head
parent
3b11a323b6
commit
1fb40556bd
|
|
@ -175,14 +175,6 @@ MODULE_LICENSE("GPL");
|
|||
* mga_dev : represents one ks0127 chip.
|
||||
****************************************************************************/
|
||||
|
||||
struct adjust {
|
||||
int contrast;
|
||||
int bright;
|
||||
int hue;
|
||||
int ugain;
|
||||
int vgain;
|
||||
};
|
||||
|
||||
struct ks0127 {
|
||||
struct v4l2_subdev sd;
|
||||
v4l2_std_id norm;
|
||||
|
|
|
|||
Loading…
Reference in New Issue