aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2018-10-04 17:36:40 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-11-20 13:28:51 -0500
commit98af278b1e0fa6b7e6c762e185e99f0cc5e31cfe (patch)
treeb3eb9d3eedb1d7a1fcc5689fc57a87844db611f5 /include/media
parentmedia: v4l2-ioctl: add QUIRK_INVERTED_CROP (diff)
downloadlinux-dev-98af278b1e0fa6b7e6c762e185e99f0cc5e31cfe.tar.xz
linux-dev-98af278b1e0fa6b7e6c762e185e99f0cc5e31cfe.zip
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')
-rw-r--r--include/media/davinci/vpbe.h4
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 {
struct vpbe_device;
struct vpbe_device_ops {
- /* crop cap for the display */
- int (*g_cropcap)(struct vpbe_device *vpbe_dev,
- struct v4l2_cropcap *cropcap);
-
/* Enumerate the outputs */
int (*enum_outputs)(struct vpbe_device *vpbe_dev,
struct v4l2_output *output);