diff mbox series

[U-Boot,v2,2/4] arm: baltos: remove unused header

Message ID 20181122081933.11318-2-yegorslists@googlemail.com
State Accepted
Commit 43c2c6c364ef4f682eaa62e294bad42bcb0382c1
Delegated to: Tom Rini
Headers show
Series [U-Boot,v2,1/4] arm: baltos: move the board to CONFIG_BLK | expand

Commit Message

Yegor Yefremov Nov. 22, 2018, 8:19 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

OnRISC Baltos series uses SoM with tps65910 PMIC, so remove
"power/tps65217.h" header inclusion.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 board/vscom/baltos/board.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Nov. 27, 2018, 1:02 a.m. UTC | #1
On Thu, 22 Nov 2018 at 01:19, <yegorslists@googlemail.com> wrote:
>
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> OnRISC Baltos series uses SoM with tps65910 PMIC, so remove
> "power/tps65217.h" header inclusion.
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  board/vscom/baltos/board.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Dec. 3, 2018, 10:49 p.m. UTC | #2
On Thu, Nov 22, 2018 at 09:19:31AM +0100, yegorslists@googlemail.com wrote:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> OnRISC Baltos series uses SoM with tps65910 PMIC, so remove
> "power/tps65217.h" header inclusion.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c
index 60651f501f..c5949ad267 100644
--- a/board/vscom/baltos/board.c
+++ b/board/vscom/baltos/board.c
@@ -27,7 +27,6 @@ 
 #include <i2c.h>
 #include <miiphy.h>
 #include <cpsw.h>
-#include <power/tps65217.h>
 #include <power/tps65910.h>
 #include <environment.h>
 #include <watchdog.h>