Commit fed78bf6 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

greybus: remove unnecessary greybus.h includes



Remove unnecessary greybus.h include from header files.

Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent bdac599c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@

#include <linux/list.h>

#include "greybus.h"

enum gb_connection_state {
	GB_CONNECTION_STATE_INVALID	= 0,
	GB_CONNECTION_STATE_DISABLED	= 1,
+1 −2
Original line number Diff line number Diff line
@@ -10,8 +10,7 @@
#ifndef __PROTOCOL_H
#define __PROTOCOL_H

#include "greybus.h"

struct gb_connection;
struct gb_operation;

/* version request has no payload */