diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2012-12-10 13:57:43 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2012-12-10 23:46:44 +0100 |
commit | 84de16e299ed4e68be9fc2bd49fe2de132b239f0 (patch) | |
tree | ff9fe70642e792e2759681dc9176a6a310be0aa5 /src/cpu | |
parent | 593f577ffab9663fdf95fc7cc0b5f5bc623b52ae (diff) |
Removed an unneeded include file
This file builds fine without including arch/types.h
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Change-Id: Icd38cf429576a2a1a33ebca84389526feddfc169
Reviewed-on: http://review.coreboot.org/2015
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/samsung/exynos5-common/spl_boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5-common/spl_boot.c b/src/cpu/samsung/exynos5-common/spl_boot.c index 8ae051171e..a734d5c17b 100644 --- a/src/cpu/samsung/exynos5-common/spl_boot.c +++ b/src/cpu/samsung/exynos5-common/spl_boot.c @@ -54,7 +54,6 @@ #include <system.h> #include <arch/io.h> -#include <arch/types.h> /* FIXME(dhendrix): clean out u-boot global data stuff */ //DECLARE_GLOBAL_DATA_PTR; |