From fa244a6c09611833e78641604c96c1ea98b3bf6f Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 28 Mar 2013 18:07:30 -0700 Subject: armv7: use stdint.h in cache and MMU files This makes it easier to copy + paste code into libpayload since libpayload since both coreboot and libpayload have stdint.h and it defines the types needed. Change-Id: Ifa55f04a9bdddd17bc1a2679321a6744c75f25a8 Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/2944 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/arch/armv7/lib/cache.c | 2 +- src/arch/armv7/lib/mmu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch') diff --git a/src/arch/armv7/lib/cache.c b/src/arch/armv7/lib/cache.c index 7bb337dd41..8709daf1ee 100644 --- a/src/arch/armv7/lib/cache.c +++ b/src/arch/armv7/lib/cache.c @@ -31,7 +31,7 @@ * Reference: ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition */ -#include +#include #include diff --git a/src/arch/armv7/lib/mmu.c b/src/arch/armv7/lib/mmu.c index 34a484f300..d55d4bd681 100644 --- a/src/arch/armv7/lib/mmu.c +++ b/src/arch/armv7/lib/mmu.c @@ -28,7 +28,7 @@ */ #include -#include +#include #include #include -- cgit v1.2.3