diff options
author | Martin Roth <martinroth@google.com> | 2017-11-11 19:14:31 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-14 21:00:18 +0000 |
commit | 78b05dfbb26320f4c875e7cd5bcbeb95b2b9d64a (patch) | |
tree | 378fabe502d3fde133de6b4a5ddcdd5425670480 /src/soc/amd/stoneyridge/dimmSpd.c | |
parent | b2c0d08a4e34b30a9419ddee1b526b006fded6d7 (diff) |
soc/amd/stoneyridge: Remove direct AGESA header includes
All AGESA headers should be included only through agesawrapper.h
BUG=b:66818758
TEST=Build gardenia; Build & boot kahlee
Change-Id: Iadc516e11148048ed9bf43c7a46827793245027a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21716
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/amd/stoneyridge/dimmSpd.c')
-rw-r--r-- | src/soc/amd/stoneyridge/dimmSpd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/soc/amd/stoneyridge/dimmSpd.c b/src/soc/amd/stoneyridge/dimmSpd.c index f4507d65f8..163779d95f 100644 --- a/src/soc/amd/stoneyridge/dimmSpd.c +++ b/src/soc/amd/stoneyridge/dimmSpd.c @@ -13,14 +13,11 @@ * GNU General Public License for more details. */ +#include <agesawrapper.h> #include <device/pci_def.h> #include <device/device.h> #include <soc/pci_devs.h> #include <stdlib.h> - -/* warning: Porting.h includes an open #pragma pack(1) */ -#include <Porting.h> -#include <AGESA.h> #include "chip.h" #include <dimmSpd.h> |