summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-11 17:15:19 +0800
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2022-10-24 19:03:52 +0200
commit54be4c5b56b2c11b68f584d2516c1e37a64e1fd8 (patch)
tree77c5e20904ecf20c51d5e9789ab7c2f671dfc489
parentcecae4614cae62e26d0efcfddfef521c525ad18e (diff)
downloadlwn-54be4c5b56b2c11b68f584d2516c1e37a64e1fd8.tar.gz
lwn-54be4c5b56b2c11b68f584d2516c1e37a64e1fd8.zip
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 <cuigaosheng1@huawei.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rw-r--r--drivers/media/pci/zoran/zoran_device.h2
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 34fd5cc914eb..237e830ae726 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 */