[Skiboot] [ltcras][PATCH] opal/errorlog :Removes the two times inclusion of header file errorlog.h from errorlog.c

Mukesh Ojha mukesh02 at linux.vnet.ibm.com
Thu Mar 31 21:25:49 AEDT 2016


Removes two times inclusion of the same header file errorlog.h inside 
errorlog.c

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

---
 core/errorlog.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/errorlog.c b/core/errorlog.c
index 7afd16c..c34251b 100644
--- a/core/errorlog.c
+++ b/core/errorlog.c
@@ -22,7 +22,6 @@
 #include <skiboot.h>
 #include <lock.h>
 #include <errorlog.h>
-#include <errorlog.h>
 #include <pool.h>
 
 /*
-- 
2.1.4



More information about the Skiboot mailing list