From: Hans Verkuil Date: Wed, 1 Mar 2023 11:47:36 +0000 (+0100) Subject: media: zoran: drop two obsolete prototypes from zoran_device.h X-Git-Tag: v6.6.17~5047^2~417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ab9037faf29ce914897d8a4c994f3af54dfd865;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/pci/zoran/zoran_device.h b/drivers/media/pci/zoran/zoran_device.h index 237e830..6d2a526 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);