summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-aspeed.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:10 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit37de71874d2309ae3a0c86852d79a88a4ee504e3 (patch)
tree08ea0586a2d9508ca73f2c863224e80ba2c97a96 /drivers/pwm/pwm-aspeed.c
parent8719a3f5d83dd0a4dc90adc853d3a0961999fcde (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-aspeed.c')
-rw-r--r--drivers/pwm/pwm-aspeed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-aspeed.c b/drivers/pwm/pwm-aspeed.c
index b03472d2345..ebc9d9a8975 100644
--- a/drivers/pwm/pwm-aspeed.c
+++ b/drivers/pwm/pwm-aspeed.c
@@ -38,7 +38,6 @@
* This improvement can disable/enable through PWM_ASPEED_CTRL_DUTY_SYNC_DISABLE.
*/
-#include <common.h>
#include <div64.h>
#include <dm.h>
#include <pwm.h>