From f0d21ff3dab80b1583fd6432f152111de2c6df02 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Mon, 20 Oct 2014 13:24:14 -0700 Subject: tegra124: Change all SoC headers to system This patch aligns tegra124 to the new SoC header include scheme. Also alphabetized headers in affected files since we touch them anyway. BUG=None TEST=Tested with whole series. Compiled Nyan, Nyan_Big and Nyan_Blaze. Change-Id: Ia82ab86b2af903690cc6c9d310f7bdda3425ea7c Signed-off-by: Patrick Georgi Original-Commit-Id: 4d23774e071ec22781991ff20fbf63802f620c88 Original-Change-Id: Ia126cff8590117788d1872e50608c257d2659c1f Original-Signed-off-by: Julius Werner Original-Reviewed-on: https://chromium-review.googlesource.com/224504 Original-Reviewed-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/9326 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/soc/nvidia/tegra/displayport.h | 2 ++ src/soc/nvidia/tegra/software_i2c.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/soc/nvidia/tegra') diff --git a/src/soc/nvidia/tegra/displayport.h b/src/soc/nvidia/tegra/displayport.h index 5bf8423d11..b7face5d4e 100644 --- a/src/soc/nvidia/tegra/displayport.h +++ b/src/soc/nvidia/tegra/displayport.h @@ -17,6 +17,8 @@ #ifndef __SOC_NVIDIA_TEGRA_DISPLAYPORT_H__ #define __SOC_NVIDIA_TEGRA_DISPLAYPORT_H__ +#include + /* things we can't get rid of just yet. */ #define DPAUX_INTR_EN_AUX (0x1) #define DPAUX_INTR_AUX (0x5) diff --git a/src/soc/nvidia/tegra/software_i2c.c b/src/soc/nvidia/tegra/software_i2c.c index b50fb4f654..35fc1af3cc 100644 --- a/src/soc/nvidia/tegra/software_i2c.c +++ b/src/soc/nvidia/tegra/software_i2c.c @@ -18,8 +18,8 @@ */ #include -#include -#include +#include +#include #include "i2c.h" -- cgit v1.2.3