diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-03-01 12:47:36 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-03-20 00:22:34 +0100 |
commit | 9ab9037faf29ce914897d8a4c994f3af54dfd865 (patch) | |
tree | 894656f5a09e42842f0b065e6a2cfbb96a033a36 /drivers/media/pci/zoran | |
parent | 30c758a48a98c786ef77c655d8e290c591a5beef (diff) | |
download | lwn-9ab9037faf29ce914897d8a4c994f3af54dfd865.tar.gz lwn-9ab9037faf29ce914897d8a4c994f3af54dfd865.zip |
media: zoran: drop two obsolete prototypes from zoran_device.h
These overlay-related functions no longer exist, so drop them
from the header.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/pci/zoran')
-rw-r--r-- | drivers/media/pci/zoran/zoran_device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/pci/zoran/zoran_device.h b/drivers/media/pci/zoran/zoran_device.h index 237e830ae726..6d2a526789a5 100644 --- a/drivers/media/pci/zoran/zoran_device.h +++ b/drivers/media/pci/zoran/zoran_device.h @@ -25,8 +25,6 @@ void jpeg_codec_sleep(struct zoran *zr, int sleep); int jpeg_codec_reset(struct zoran *zr); /* zr360x7 access to raw capture */ -void zr36057_overlay(struct zoran *zr, int on); -void write_overlay_mask(struct zoran_fh *fh, struct v4l2_clip *vp, int count); void zr36057_set_memgrab(struct zoran *zr, int mode); int wait_grab_pending(struct zoran *zr); |