diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thermal.h b/include/thermal.h index 11d75256e0..52a3317fd5 100644 --- a/include/thermal.h +++ b/include/thermal.h @@ -7,7 +7,7 @@ #ifndef _THERMAL_H_ #define _THERMAL_H_ -#include <dm.h> +struct udevice; int thermal_get_temp(struct udevice *dev, int *temp); |