summaryrefslogtreecommitdiff
path: root/include/linux/greybus/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/greybus/control.h')
-rw-r--r--include/linux/greybus/control.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/greybus/control.h b/include/linux/greybus/control.h
index 3a29ec05f631..da11fe871653 100644
--- a/include/linux/greybus/control.h
+++ b/include/linux/greybus/control.h
@@ -9,6 +9,9 @@
#ifndef __CONTROL_H
#define __CONTROL_H
+#include <linux/types.h>
+#include <linux/device.h>
+
struct gb_control {
struct device dev;
struct gb_interface *intf;