[Skiboot] [PATCH] opal/errorlog: Removes redundant header file inclusion

Mukesh Ojha mukesh02 at linux.vnet.ibm.com
Tue Mar 15 22:56:34 AEDT 2016


Removes the redundant header file fsp-elog.h from hw/fsp/fsp-codeupdate.c
and hw/p8-i2c.c

Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>

---
 hw/fsp/fsp-codeupdate.c | 1 -
 hw/p8-i2c.c             | 1 -
 2 files changed, 2 deletions(-)

diff --git a/hw/fsp/fsp-codeupdate.c b/hw/fsp/fsp-codeupdate.c
index f6293a0..2263bf3 100644
--- a/hw/fsp/fsp-codeupdate.c
+++ b/hw/fsp/fsp-codeupdate.c
@@ -23,7 +23,6 @@
 #include <ccan/endian/endian.h>
 #include <errorlog.h>
 #include <opal-api.h>
-#include <fsp-elog.h>
 #include <timebase.h>
 
 #include "fsp-codeupdate.h"
diff --git a/hw/p8-i2c.c b/hw/p8-i2c.c
index 7ca5f70..9015f6b 100644
--- a/hw/p8-i2c.c
+++ b/hw/p8-i2c.c
@@ -29,7 +29,6 @@
 #include <errorlog.h>
 #include <centaur.h>
 /* XXX SRC's will be moved to errorlog.h and then remove fsp-elog.h */
-#include <fsp-elog.h>
 
 DEFINE_LOG_ENTRY(OPAL_RC_I2C_INIT, OPAL_PLATFORM_ERR_EVT, OPAL_I2C,
 		 OPAL_IO_SUBSYSTEM, OPAL_PREDICTIVE_ERR_DEGRADED_PERF,
-- 
2.1.4



More information about the Skiboot mailing list