greybus: remove unnecessary greybus.h includes
Remove unnecessary greybus.h include from header files. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
bdac599c70
commit
fed78bf6a2
@ -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,
|
||||
|
@ -10,8 +10,7 @@
|
||||
#ifndef __PROTOCOL_H
|
||||
#define __PROTOCOL_H
|
||||
|
||||
#include "greybus.h"
|
||||
|
||||
struct gb_connection;
|
||||
struct gb_operation;
|
||||
|
||||
/* version request has no payload */
|
||||
|
Loading…
x
Reference in New Issue
Block a user