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-uclass.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-uclass.c')
-rw-r--r-- | drivers/pwm/pwm-uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-uclass.c b/drivers/pwm/pwm-uclass.c index 648d0757ba6..6543db1d623 100644 --- a/drivers/pwm/pwm-uclass.c +++ b/drivers/pwm/pwm-uclass.c @@ -6,7 +6,6 @@ #define LOG_CATEGORY UCLASS_PWM -#include <common.h> #include <dm.h> #include <pwm.h> |