summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys/include
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2017-08-22 20:27:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-23 01:12:51 +0300
commit97cd8aaa09a7176ebd4873abca50e193ac2280e5 (patch)
tree0a208fbf78b27bff110123ace119bd36afde2215 /drivers/staging/unisys/include
parenta595a7ff8bb368c14830cf5384b8abffae20d1e9 (diff)
downloadlinux-97cd8aaa09a7176ebd4873abca50e193ac2280e5.tar.xz
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 <sameer.wadgaonkar@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/include')
-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;