mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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 <wahrenst@gmx.net> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/20240621131958.98208-5-wahrenst@gmx.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
66adfe70ca
commit
935cb7670d
|
|
@ -109,9 +109,6 @@ vchiq_release_service(struct vchiq_instance *instance, unsigned int handle);
|
|||
extern int
|
||||
vchiq_check_service(struct vchiq_service *service);
|
||||
|
||||
extern void
|
||||
vchiq_dump_platform_use_state(struct vchiq_state *state);
|
||||
|
||||
extern void
|
||||
vchiq_dump_service_use_state(struct vchiq_state *state);
|
||||
|
||||
|
|
|
|||
|
|
@ -539,8 +539,6 @@ int vchiq_platform_init_state(struct vchiq_state *state);
|
|||
|
||||
int vchiq_check_service(struct vchiq_service *service);
|
||||
|
||||
void vchiq_on_remote_use_active(struct vchiq_state *state);
|
||||
|
||||
int vchiq_send_remote_use(struct vchiq_state *state);
|
||||
|
||||
int vchiq_send_remote_use_active(struct vchiq_state *state);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user