mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-17 20:40:33 -05:00
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>
This commit is contained in:
committed by
Hans Verkuil
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;
|
||||
|
||||
Reference in New Issue
Block a user