From e9a0130879bca97462c6184f1d368f773e00e8a0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 26 Oct 2018 15:06:33 +0200 Subject: src: Remove unneeded include Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29289 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/imgtec/pistachio/reset.c | 1 - src/soc/imgtec/pistachio/uart.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/soc/imgtec/pistachio') diff --git a/src/soc/imgtec/pistachio/reset.c b/src/soc/imgtec/pistachio/reset.c index d5d0a8188d..9cdedc0809 100644 --- a/src/soc/imgtec/pistachio/reset.c +++ b/src/soc/imgtec/pistachio/reset.c @@ -14,7 +14,6 @@ */ #include -#include #include #define PISTACHIO_WD_ADDR 0xB8102100 diff --git a/src/soc/imgtec/pistachio/uart.c b/src/soc/imgtec/pistachio/uart.c index f610f6a05d..585ac6b99b 100644 --- a/src/soc/imgtec/pistachio/uart.c +++ b/src/soc/imgtec/pistachio/uart.c @@ -18,7 +18,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3