Commit 1a883994 authored by Nicolas Saenz Julienne's avatar Nicolas Saenz Julienne Committed by Greg Kroah-Hartman
Browse files

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: default avatarNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Link: https://lore.kernel.org/r/20200629150945.10720-36-nsaenzjulienne@suse.de


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b06eba5c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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)