aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kershner <[email protected]>2017-08-22 13:27:12 -0400
committerGreg Kroah-Hartman <[email protected]>2017-08-22 15:12:51 -0700
commit97cd8aaa09a7176ebd4873abca50e193ac2280e5 (patch)
tree0a208fbf78b27bff110123ace119bd36afde2215
parenta595a7ff8bb368c14830cf5384b8abffae20d1e9 (diff)
staging: unisys: include: Remove unnecessary forward declaration
The struct visor_device had a forward declaration that was not needed. Remove it. Reviewed-by: Sameer Wadgaonkar <[email protected]> Signed-off-by: David Kershner <[email protected]> Reviewed-by: Tim Sell <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/unisys/include/visorbus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index 097d4b3752ec..1b21d664250f 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -39,7 +39,6 @@
#include "channel.h"
-struct visor_driver;
struct visor_device;
extern struct bus_type visorbus_type;