summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp_ioctl.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2022-08-27 16:28:50 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-09-24 09:49:59 +0200
commit1ace82c7f9afee232c7e39f533fb40d636941090 (patch)
tree8c487224cbe470f4e9d657b32056c5b657c37e5e /drivers/staging/media/atomisp/pci/atomisp_ioctl.h
parent29b12ac7609c0c8f0bc4a6448d984b80c8957e99 (diff)
downloadlinux-1ace82c7f9afee232c7e39f533fb40d636941090.tar.bz2
media: atomisp: Remove atomisp_file_fops and atomisp_file_ioctl_ops
After the file-injection support removal, atomisp_video_pipe->type never is V4L2_BUF_TYPE_VIDEO_OUTPUT anymore, so the V4L2_BUF_TYPE_VIDEO_OUTPUT support path in atomisp_video_init() is never hit and this path is the only user of atomisp_file_fops and atomisp_file_ioctl_ops. Remove atomisp_file_fops and atomisp_file_ioctl_ops and all of the functions which are only referenced by these ops structs. Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp_ioctl.h')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp_ioctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_ioctl.h b/drivers/staging/media/atomisp/pci/atomisp_ioctl.h
index d85e0d697a4e..382b78275240 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_ioctl.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_ioctl.h
@@ -49,12 +49,8 @@ enum ia_css_pipe_id atomisp_get_css_pipe_id(struct atomisp_sub_device
void atomisp_videobuf_free_buf(struct videobuf_buffer *vb);
-extern const struct v4l2_file_operations atomisp_file_fops;
-
extern const struct v4l2_ioctl_ops atomisp_ioctl_ops;
-extern const struct v4l2_ioctl_ops atomisp_file_ioctl_ops;
-
unsigned int atomisp_streaming_count(struct atomisp_device *isp);
/* compat_ioctl for 32bit userland app and 64bit kernel */