summaryrefslogtreecommitdiff
path: root/include/linux/greybus/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/greybus/connection.h')
-rw-r--r--include/linux/greybus/connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/greybus/connection.h b/include/linux/greybus/connection.h
index 5ca3befc0636..d59b7fc1de3e 100644
--- a/include/linux/greybus/connection.h
+++ b/include/linux/greybus/connection.h
@@ -9,8 +9,11 @@
#ifndef __CONNECTION_H
#define __CONNECTION_H
+#include <linux/bits.h>
#include <linux/list.h>
#include <linux/kfifo.h>
+#include <linux/kref.h>
+#include <linux/workqueue.h>
#define GB_CONNECTION_FLAG_CSD BIT(0)
#define GB_CONNECTION_FLAG_NO_FLOWCTRL BIT(1)