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/cros_ec_pwm.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/cros_ec_pwm.c')
-rw-r--r-- | drivers/pwm/cros_ec_pwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/cros_ec_pwm.c b/drivers/pwm/cros_ec_pwm.c index 4a39c319aa2..b89f00f151b 100644 --- a/drivers/pwm/cros_ec_pwm.c +++ b/drivers/pwm/cros_ec_pwm.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -#include <common.h> #include <cros_ec.h> #include <dm.h> #include <errno.h> |