aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUmang Jain <[email protected]>2024-03-21 18:37:33 +0530
committerGreg Kroah-Hartman <[email protected]>2024-03-25 19:09:19 +0100
commitd81060d69e3be189cd7ad105e9a9b237573285ba (patch)
treed39ea66cd07241b87c2359322e7bb1ab33fd9d18
parentc61be40b3b36eb0895f42c5ac717d5f7fb473878 (diff)
staging: vc04_services: Remove unused function declarations
vchiq_loud_error-* are not implemented hence, remove their declarations. This seem to be remnants of custom logging helpers which were removed earlier. Signed-off-by: Umang Jain <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
index c8527551b58c..5fbf173d9c56 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
@@ -471,12 +471,6 @@ extern void
vchiq_dump_state(struct seq_file *f, struct vchiq_state *state);
extern void
-vchiq_loud_error_header(void);
-
-extern void
-vchiq_loud_error_footer(void);
-
-extern void
request_poll(struct vchiq_state *state, struct vchiq_service *service,
int poll_type);