From: Johan Hovold Date: Tue, 19 May 2015 09:22:41 +0000 (+0200) Subject: greybus: remove unnecessary greybus.h includes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fed78bf6a2452cfb9ef997779c73175a1933206c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: remove unnecessary greybus.h includes Remove unnecessary greybus.h include from header files. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/connection.h b/drivers/staging/greybus/connection.h index 93886b4177c9..8992b75394a5 100644 --- a/drivers/staging/greybus/connection.h +++ b/drivers/staging/greybus/connection.h @@ -12,8 +12,6 @@ #include -#include "greybus.h" - enum gb_connection_state { GB_CONNECTION_STATE_INVALID = 0, GB_CONNECTION_STATE_DISABLED = 1, diff --git a/drivers/staging/greybus/protocol.h b/drivers/staging/greybus/protocol.h index 95e5b68915ee..8bc3f769c398 100644 --- a/drivers/staging/greybus/protocol.h +++ b/drivers/staging/greybus/protocol.h @@ -10,8 +10,7 @@ #ifndef __PROTOCOL_H #define __PROTOCOL_H -#include "greybus.h" - +struct gb_connection; struct gb_operation; /* version request has no payload */