summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Vibrans <frank.vibrans@scarletltd.com>2017-10-09 11:43:18 -0600
committerMartin Roth <martinroth@google.com>2017-10-16 00:13:23 +0000
commit71517788470e24e864877ba62cdebec95957f39a (patch)
tree9d8c88bd6f6c8d0a4b0523869c75897f114ed3c0
parentc5d3944ad5d6f7ad987fece6b8672394326f4678 (diff)
downloadcoreboot-71517788470e24e864877ba62cdebec95957f39a.tar.xz
soc/amd/common: Clean up file includes
Remove unnecessary header file includes. Change-Id: I9ad9e86f3c75903e278e898602caec04351f64b6 Signed-off-by: Frank Vibrans <frank.vibrans@scarletltd.com> Reviewed-on: https://review.coreboot.org/21989 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--src/soc/amd/common/block/psp/psp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/psp/psp.c b/src/soc/amd/common/block/psp/psp.c
index d61a9147dc..788de2ceea 100644
--- a/src/soc/amd/common/block/psp/psp.c
+++ b/src/soc/amd/common/block/psp/psp.c
@@ -14,8 +14,6 @@
*/
#include <arch/io.h>
-#include <delay.h>
-#include <cbmem.h>
#include <timer.h>
#include <device/pci_def.h>
#include <console/console.h>