[RFC 38/50] staging: vchi: Get rid of struct vchiq_instance forward declaration

From: Nicolas Saenz Julienne
Date: Wed May 27 2020 - 07:56:39 EST


It's already forward declared in vchiq_if.h. So no need to insist

Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
---
drivers/staging/vc04_services/interface/vchi/vchi.h | 7 -------
1 file changed, 7 deletions(-)

diff --git a/drivers/staging/vc04_services/interface/vchi/vchi.h b/drivers/staging/vc04_services/interface/vchi/vchi.h
index 7108c254a38a..d24e7027c08f 100644
--- a/drivers/staging/vc04_services/interface/vchi/vchi.h
+++ b/drivers/staging/vc04_services/interface/vchi/vchi.h
@@ -4,13 +4,6 @@
#ifndef VCHI_H_
#define VCHI_H_

-/******************************************************************************
- * Global defs
- *****************************************************************************/
-
-// Opaque handle for a VCHIQ instance
-struct vchiq_instance;
-
/******************************************************************************
* Global funcs - implementation is specific to which side you are on
* (local / remote)
--
2.26.2