diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:26 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
| commit | 66fa3531656065d512c179cfa97b8dcf180be0c1 (patch) | |
| tree | 06259aa5bb3365babc074d8e6ff9a7412dab90e9 /drivers/thermal/imx_thermal.c | |
| parent | 33a67c5eee43f0bee3f5a87b7d107a0555f8d7b0 (diff) | |
thermal: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/thermal/imx_thermal.c')
| -rw-r--r-- | drivers/thermal/imx_thermal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index 2f6343e7a18..ea1fcc3dcb2 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c @@ -6,7 +6,6 @@ */ #include <config.h> -#include <common.h> #include <div64.h> #include <fuse.h> #include <log.h> |
