diff mbox series

[07/17] core/init.c: no longer need to include FSP headers

Message ID 20190618072925.5299-8-stewart@linux.ibm.com
State Accepted
Headers show
Series FSP code free OPAL | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (dbf27b6c4af84addb36bd3be34f96580aba9c873)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot fail Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Stewart Smith June 18, 2019, 7:29 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 core/init.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/core/init.c b/core/init.c
index 39e3faa3c99a..55b562059247 100644
--- a/core/init.c
+++ b/core/init.c
@@ -15,8 +15,6 @@ 
  */
 
 #include <skiboot.h>
-#include <fsp.h>
-#include <fsp-sysparam.h>
 #include <psi.h>
 #include <chiptod.h>
 #include <nx.h>