]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: atomisp: Drop ia_css_debug_dump_debug_info() and functions only used by it
authorHans de Goede <hdegoede@redhat.com>
Sat, 12 Aug 2023 13:35:22 +0000 (15:35 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Wed, 27 Sep 2023 07:40:04 +0000 (09:40 +0200)
commit00c408775ade09cfa16b300db43b0b7be48197e6
tree9e8f57659aba9d924b4842bcadb3bd80d1376fd4
parent42c26b4cd1f725653476c5423d260609b6446fea
media: atomisp: Drop ia_css_debug_dump_debug_info() and functions only used by it

ia_css_debug_dump_debug_info() is defined but never called anywhere,
drop it.

Also drop all the other ia_css_debug_dump_* functions only called by
ia_css_debug_dump_debug_info(), as well as *_get_state() functions only
used by those.

Link: https://lore.kernel.org/r/20230812133523.355581-1-hdegoede@redhat.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
17 files changed:
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma.c
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.c
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq.c
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq_local.h
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp.c
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp_local.h
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.c
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp_local.h
drivers/staging/media/atomisp/pci/hive_isp_css_include/host/dma_public.h
drivers/staging/media/atomisp/pci/hive_isp_css_include/host/irq_public.h
drivers/staging/media/atomisp/pci/hive_isp_css_include/host/isp_public.h
drivers/staging/media/atomisp/pci/hive_isp_css_include/host/sp_public.h
drivers/staging/media/atomisp/pci/isp2400_input_system_local.h
drivers/staging/media/atomisp/pci/isp2400_input_system_public.h
drivers/staging/media/atomisp/pci/runtime/debug/interface/ia_css_debug.h
drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c