aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/gpio_init.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-26 15:06:33 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 09:50:29 +0000
commite9a0130879bca97462c6184f1d368f773e00e8a0 (patch)
treed34cc086ff3a15f02bc20412de589cdabcf13c5f /src/soc/mediatek/mt8173/gpio_init.c
parentead574ed020063f1e6efe5289669ab67e2a76780 (diff)
src: Remove unneeded include <console/console.h>
Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29289 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8173/gpio_init.c')
-rw-r--r--src/soc/mediatek/mt8173/gpio_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/gpio_init.c b/src/soc/mediatek/mt8173/gpio_init.c
index 31c77f5240..d4fa4c7d7c 100644
--- a/src/soc/mediatek/mt8173/gpio_init.c
+++ b/src/soc/mediatek/mt8173/gpio_init.c
@@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
+
#include <arch/io.h>
-#include <console/console.h>
#include <soc/gpio.h>
#include <soc/mipi.h>