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

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.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b06eba5c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment