diff options
| -rw-r--r-- | include/linux/reset.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/reset.h b/include/linux/reset.h index ed6fb0290797..e5d97ab4359c 100644 --- a/include/linux/reset.h +++ b/include/linux/reset.h | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | #ifndef _LINUX_RESET_H_ | 2 | #ifndef _LINUX_RESET_H_ |
| 3 | #define _LINUX_RESET_H_ | 3 | #define _LINUX_RESET_H_ |
| 4 | 4 | ||
| 5 | #include <linux/device.h> | 5 | #include <linux/types.h> |
| 6 | 6 | ||
| 7 | struct device; | ||
| 8 | struct device_node; | ||
| 7 | struct reset_control; | 9 | struct reset_control; |
| 8 | 10 | ||
| 9 | #ifdef CONFIG_RESET_CONTROLLER | 11 | #ifdef CONFIG_RESET_CONTROLLER |
