aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/include')
-rw-r--r--src/soc/rockchip/rk3288/include/soc/i2c.h1
-rw-r--r--src/soc/rockchip/rk3288/include/soc/pwm.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/rockchip/rk3288/include/soc/i2c.h b/src/soc/rockchip/rk3288/include/soc/i2c.h
index 9162df0599..2e0d5c5acc 100644
--- a/src/soc/rockchip/rk3288/include/soc/i2c.h
+++ b/src/soc/rockchip/rk3288/include/soc/i2c.h
@@ -25,4 +25,3 @@ void software_i2c_attach(unsigned bus);
void software_i2c_detach(unsigned bus);
#endif
-
diff --git a/src/soc/rockchip/rk3288/include/soc/pwm.h b/src/soc/rockchip/rk3288/include/soc/pwm.h
index 3b70858494..0240556c29 100644
--- a/src/soc/rockchip/rk3288/include/soc/pwm.h
+++ b/src/soc/rockchip/rk3288/include/soc/pwm.h
@@ -23,4 +23,3 @@
void pwm_init(u32 id, u32 period_ns, u32 duty_ns);
#endif
-