Skip to content

Commit 73bacec

Browse files
Umang Jaingregkh
authored andcommitted
staging: vchiq_arm: Remove extra struct vchiq_instance declaration
Additional declaration of struct vchiq_instance was introduced in the commit 726e79f ("staging: vchiq_arm: pass vchiq instance to service callbacks"). Drop the extra declaration. Fixes: 726e79f ("staging: vchiq_arm: pass vchiq instance to service callbacks") Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Link: https://lore.kernel.org/r/20221221074047.233473-1-umang.jain@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1e30298 commit 73bacec

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • drivers/staging/vc04_services/include/linux/raspberrypi

drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ struct vchiq_service_params_kernel {
7878
short version_min; /* Update for incompatible changes */
7979
};
8080

81-
struct vchiq_instance;
82-
8381
extern int vchiq_initialise(struct vchiq_instance **pinstance);
8482
extern int vchiq_shutdown(struct vchiq_instance *instance);
8583
extern int vchiq_connect(struct vchiq_instance *instance);

0 commit comments

Comments
 (0)