[PATCH 2/2] media: atomisp: Remove unused atomisp_compat_ioctl32() declaration
From: Hardevsinh Palaniya
Date: Fri Apr 18 2025 - 03:20:04 EST
Since its definition was deleted in a previous patch[1]
and there are no remaining users of this function in
the codebase.
Link[1]:https://lore.kernel.org/linux-media/20210614103409.3154127-7-arnd@xxxxxxxxxx/
Signed-off-by: Hardevsinh Palaniya <hardevsinh.palaniya@xxxxxxxxxxxxxxxxx>
---
drivers/staging/media/atomisp/pci/atomisp_ioctl.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/atomisp_ioctl.h b/drivers/staging/media/atomisp/pci/atomisp_ioctl.h
index 4feaa0338cb4..57f608f9db56 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_ioctl.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_ioctl.h
@@ -33,8 +33,4 @@ void atomisp_stop_streaming(struct vb2_queue *vq);
extern const struct v4l2_ioctl_ops atomisp_ioctl_ops;
-/* compat_ioctl for 32bit userland app and 64bit kernel */
-long atomisp_compat_ioctl32(struct file *file,
- unsigned int cmd, unsigned long arg);
-
#endif /* __ATOMISP_IOCTL_H__ */
--
2.34.1