From: David Kershner Date: Tue, 22 Aug 2017 17:27:12 +0000 (-0400) Subject: staging: unisys: include: Remove unnecessary forward declaration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=97cd8aaa09a7176ebd4873abca50e193ac2280e5;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- 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;