aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/common/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/common/pwm.c')
-rw-r--r--src/soc/rockchip/common/pwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/rockchip/common/pwm.c b/src/soc/rockchip/common/pwm.c
index d1e980addf..bb09700b36 100644
--- a/src/soc/rockchip/common/pwm.c
+++ b/src/soc/rockchip/common/pwm.c
@@ -25,7 +25,6 @@ check_member(rk_pwm_regs, int_en, 0x44);
#define RK_PWM_DISABLE (0 << 0)
#define RK_PWM_ENABLE (1 << 0)
-
#define PWM_ONE_SHOT (0 << 1)
#define PWM_CONTINUOUS (1 << 1)
#define RK_PWM_CAPTURE (1 << 2)