diff options
Diffstat (limited to 'include/linux/greybus/module.h')
-rw-r--r-- | include/linux/greybus/module.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/greybus/module.h b/include/linux/greybus/module.h index 2a27e520ee94..47b839af145d 100644 --- a/include/linux/greybus/module.h +++ b/include/linux/greybus/module.h @@ -9,6 +9,9 @@ #ifndef __MODULE_H #define __MODULE_H +#include <linux/types.h> +#include <linux/device.h> + struct gb_module { struct device dev; struct gb_host_device *hd; |