diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
commit | 37de71874d2309ae3a0c86852d79a88a4ee504e3 (patch) | |
tree | 08ea0586a2d9508ca73f2c863224e80ba2c97a96 /drivers/pwm/pwm-imx.c | |
parent | 8719a3f5d83dd0a4dc90adc853d3a0961999fcde (diff) |
pwm: 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/pwm/pwm-imx.c')
-rw-r--r-- | drivers/pwm/pwm-imx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-imx.c b/drivers/pwm/pwm-imx.c index 8fbb40cc276..320ea7c4239 100644 --- a/drivers/pwm/pwm-imx.c +++ b/drivers/pwm/pwm-imx.c @@ -6,7 +6,6 @@ * Basic support for the pwm module on imx6. */ -#include <common.h> #include <div64.h> #include <dm.h> #include <log.h> |