diff options
Diffstat (limited to 'include/linux/greybus/hd.h')
-rw-r--r-- | include/linux/greybus/hd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/greybus/hd.h b/include/linux/greybus/hd.h index 348b76fabc9a..d3faf0c1a569 100644 --- a/include/linux/greybus/hd.h +++ b/include/linux/greybus/hd.h @@ -9,6 +9,9 @@ #ifndef __HD_H #define __HD_H +#include <linux/types.h> +#include <linux/device.h> + struct gb_host_device; struct gb_message; |