diff options
author | Frank Schaefer <fschaefer.oss@googlemail.com> | 2013-02-15 12:38:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-04 12:49:56 -0500 |
commit | 7960205066632fea0245eda65278039d0f4f791c (patch) | |
tree | 306cf014e7ce67a78dba46d30ffedfb8b41946db | |
parent | 511ffe920b483340d61bb707ee96e7d6a9e6b13b (diff) |
[media] em28xx: remove unused ac97 v4l2_ctrl_handler
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/usb/em28xx/em28xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index 6a9e3e1b9929..7dc27b58a4d7 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h | |||
@@ -491,8 +491,6 @@ struct em28xx { | |||
491 | 491 | ||
492 | struct v4l2_device v4l2_dev; | 492 | struct v4l2_device v4l2_dev; |
493 | struct v4l2_ctrl_handler ctrl_handler; | 493 | struct v4l2_ctrl_handler ctrl_handler; |
494 | /* provides ac97 mute and volume overrides */ | ||
495 | struct v4l2_ctrl_handler ac97_ctrl_handler; | ||
496 | struct em28xx_board board; | 494 | struct em28xx_board board; |
497 | 495 | ||
498 | /* Webcam specific fields */ | 496 | /* Webcam specific fields */ |