aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/pi/00670F00/Porting.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2017-06-24 21:57:30 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2017-06-26 18:10:47 +0000
commitf652f82137dcaddd8f11641e17fe01250b382fe0 (patch)
tree54526f90e0213893ca480e603d3c6829cab84ccc /src/vendorcode/amd/pi/00670F00/Porting.h
parent069c11e8b3bf918515034a7b1ff245329a21423b (diff)
vendorcode/amd: Drop multiple copies of gcc-intrin.h
Change-Id: Ifc6a0638c03fa5f3e1007a844e56dfa6f4c71d7e Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/20326 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/vendorcode/amd/pi/00670F00/Porting.h')
-rw-r--r--src/vendorcode/amd/pi/00670F00/Porting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/Porting.h b/src/vendorcode/amd/pi/00670F00/Porting.h
index 353108324b..ceae0c0e4e 100644
--- a/src/vendorcode/amd/pi/00670F00/Porting.h
+++ b/src/vendorcode/amd/pi/00670F00/Porting.h
@@ -255,7 +255,7 @@
#define FUNC_ATTRIBUTE(arg) __attribute__((arg))
#define MAKE_AS_A_STRING(arg) #arg
#include <stddef.h>
-#include "gcc-intrin.h"
+#include <gcc-intrin.h>
#include <assert.h>
#include <console/console.h>