From fed78bf6a2452cfb9ef997779c73175a1933206c Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Tue, 19 May 2015 11:22:41 +0200 Subject: [PATCH] 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 --- drivers/staging/greybus/connection.h | 2 -- drivers/staging/greybus/protocol.h | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) 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 */ -- 2.34.1