From: Nicolas Saenz Julienne Date: Mon, 29 Jun 2020 15:09:33 +0000 (+0200) Subject: staging: vchi: Get rid of struct vchiq_instance forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1a883994efb2582481796fdc37879826f7b1bb75;p=linux.git staging: vchi: Get rid of struct vchiq_instance forward declaration It's already forward declared in vchiq_if.h. So no need to insist Signed-off-by: Nicolas Saenz Julienne Link: https://lore.kernel.org/r/20200629150945.10720-36-nsaenzjulienne@suse.de Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/interface/vchi/vchi.h b/drivers/staging/vc04_services/interface/vchi/vchi.h index 7108c254a38a5..d24e7027c08fc 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)