From 600784e8b9d11dd1e1afc1918e6eda004ac69de4 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Thu, 7 Feb 2013 17:30:23 +0800 Subject: spi.h: Rename the spi.h to spi-generic.h Since there are and will be other files in nb/sb folders, we change the general spi.h to a file name which is not easy to be duplicated. Change-Id: I6548a81206caa608369be044747bde31e2b08d1a Signed-off-by: Zheng Bao Signed-off-by: zbao Reviewed-on: http://review.coreboot.org/2309 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/amd/agesa/s3_resume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/amd/agesa/s3_resume.c') diff --git a/src/cpu/amd/agesa/s3_resume.c b/src/cpu/amd/agesa/s3_resume.c index 5b4c2c3d42..ee9d7c9f2d 100644 --- a/src/cpu/amd/agesa/s3_resume.c +++ b/src/cpu/amd/agesa/s3_resume.c @@ -41,7 +41,7 @@ #include "agesawrapper.h" #ifndef __PRE_RAM__ -#include +#include #include #endif -- cgit v1.2.3