Skip to content

Commit 935cb76

Browse files
lategoodbyegregkh
authored andcommitted
staging: vchiq_arm: Drop unnecessary declarations
These declarations are left from cleanups and not necessary anymore. So we can drop them. Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 66adfe7 commit 935cb76

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ vchiq_release_service(struct vchiq_instance *instance, unsigned int handle);
109109
extern int
110110
vchiq_check_service(struct vchiq_service *service);
111111

112-
extern void
113-
vchiq_dump_platform_use_state(struct vchiq_state *state);
114-
115112
extern void
116113
vchiq_dump_service_use_state(struct vchiq_state *state);
117114

drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,6 @@ int vchiq_platform_init_state(struct vchiq_state *state);
539539

540540
int vchiq_check_service(struct vchiq_service *service);
541541

542-
void vchiq_on_remote_use_active(struct vchiq_state *state);
543-
544542
int vchiq_send_remote_use(struct vchiq_state *state);
545543

546544
int vchiq_send_remote_use_active(struct vchiq_state *state);

0 commit comments

Comments
 (0)