summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/es2.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-08-10 12:58:41 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-08-10 15:36:34 +0200
commit7d0e76d6cbbcc7b71f65d39ee2b4231beab42faa (patch)
treedbd9f5ddf8582fd92c70662d35ced7893282c19f /drivers/staging/greybus/es2.c
parent83d474f7aa467a8cc4cb33337a790fea891a98f1 (diff)
greybus: arpc: move arpc definitions to their own header
Move the ARPC definitions to their own header. ARPC is not part of greybus, but is rather an implementation-specific means of communicating with a certain class of host-device hardware. Note that the same is true for the APBA USB vendor requests, but we keep them in the greybus header for the time being. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/es2.c')
-rw-r--r--drivers/staging/greybus/es2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c
index 996cfc63709c..955b37d0c4c6 100644
--- a/drivers/staging/greybus/es2.c
+++ b/drivers/staging/greybus/es2.c
@@ -14,6 +14,7 @@
#include <linux/list.h>
#include <asm/unaligned.h>
+#include "arpc.h"
#include "greybus.h"
#include "greybus_trace.h"
#include "kernel_ver.h"