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

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
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment