summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_subdev.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2022-06-15 23:50:17 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-07-08 18:22:48 +0300
commit16d6a345030090379fb5607ea62e97b6515e0ab7 (patch)
tree90d22e60daca097823d108bcd55074fc25a126e6 /drivers/staging/media/atomisp/pci/atomisp_subdev.h
parent868088a06157d73971329ebfc93e0cad1355cabc (diff)
downloadlinux-16d6a345030090379fb5607ea62e97b6515e0ab7.tar.xz
media: atomisp: remove unused atomisp_*css_* functions
With the removal of the ACC ioctls and atomisp_acc.c a whole bunch of atomisp_*css_* functions is no longer used, remove them. Link: https://lore.kernel.org/linux-media/20220615205037.16549-21-hdegoede@redhat.com Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.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_subdev.h')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp_subdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_subdev.h b/drivers/staging/media/atomisp/pci/atomisp_subdev.h
index c2f3ea2c5076..f1e87c3a9dfa 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_subdev.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_subdev.h
@@ -325,7 +325,6 @@ struct atomisp_sub_device {
struct {
struct ia_css_pipe *pipeline;
struct completion acc_done;
- void *acc_stages;
} acc;
struct atomisp_subdev_params params;