diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2018-10-04 17:36:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-11-20 13:28:51 -0500 |
commit | 98af278b1e0fa6b7e6c762e185e99f0cc5e31cfe (patch) | |
tree | b3eb9d3eedb1d7a1fcc5689fc57a87844db611f5 /include/media/davinci | |
parent | 8cbd94bda98368d9fc0c5d69f64e221dbcb5a3a8 (diff) |
media: davinci/vpbe: drop unused g_cropcap
This function/callback is never used. Drop it.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media/davinci')
-rw-r--r-- | include/media/davinci/vpbe.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/media/davinci/vpbe.h b/include/media/davinci/vpbe.h index 79a566d7defd..5c31a7682492 100644 --- a/include/media/davinci/vpbe.h +++ b/include/media/davinci/vpbe.h | |||
@@ -100,10 +100,6 @@ struct vpbe_config { | |||
100 | struct vpbe_device; | 100 | struct vpbe_device; |
101 | 101 | ||
102 | struct vpbe_device_ops { | 102 | struct vpbe_device_ops { |
103 | /* crop cap for the display */ | ||
104 | int (*g_cropcap)(struct vpbe_device *vpbe_dev, | ||
105 | struct v4l2_cropcap *cropcap); | ||
106 | |||
107 | /* Enumerate the outputs */ | 103 | /* Enumerate the outputs */ |
108 | int (*enum_outputs)(struct vpbe_device *vpbe_dev, | 104 | int (*enum_outputs)(struct vpbe_device *vpbe_dev, |
109 | struct v4l2_output *output); | 105 | struct v4l2_output *output); |