diff --git a/include/linux/reset.h b/include/linux/reset.h index ed6fb029079778322b6d44c4fa43fc82bfe9b3d8..e5d97ab4359cbd7dda333c009a55fac4ae5cd14d 100644 --- a/include/linux/reset.h +++ b/include/linux/reset.h @@ -2,8 +2,10 @@ #ifndef _LINUX_RESET_H_ #define _LINUX_RESET_H_ -#include +#include +struct device; +struct device_node; struct reset_control; #ifdef CONFIG_RESET_CONTROLLER