From: Gaosheng Cui Date: Sun, 11 Sep 2022 09:15:19 +0000 (+0800) Subject: media: zoran: remove unused declarations in zoran_device.h X-Git-Tag: v6.6.17~5419^2~332^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54be4c5b56b2c11b68f584d2516c1e37a64e1fd8;p=platform%2Fkernel%2Flinux-rpi.git media: zoran: remove unused declarations in zoran_device.h jpg_bufsize and v4l_bufsize have been removed since commit 202ddbc9a33b ("media: staging: media: zoran: clean unused code"), so remove them. Signed-off-by: Gaosheng Cui Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/pci/zoran/zoran_device.h b/drivers/media/pci/zoran/zoran_device.h index 34fd5cc..237e830 100644 --- a/drivers/media/pci/zoran/zoran_device.h +++ b/drivers/media/pci/zoran/zoran_device.h @@ -47,8 +47,6 @@ void zr36057_restart(struct zoran *zr); extern const struct zoran_format zoran_formats[]; -extern int v4l_bufsize; -extern int jpg_bufsize; extern int pass_through; /* i2c */