aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
diff options
context:
space:
mode:
authorMukesh Ojha <mukesh02@linux.vnet.ibm.com>2016-03-16 11:47:40 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-03-31 15:21:31 +1100
commitb2a325b6bb4164ac463474b379e481cfe537ba1d (patch)
treeea718e4ceb7841d0928bbc88a8fdd1b8de1e1709 /hw/fsp
parent23d7cf764cdded53d673714b2339d22a925190ad (diff)
downloadskiboot-b2a325b6bb4164ac463474b379e481cfe537ba1d.zip
skiboot-b2a325b6bb4164ac463474b379e481cfe537ba1d.tar.gz
skiboot-b2a325b6bb4164ac463474b379e481cfe537ba1d.tar.bz2
opal/errorlog : Removes redundant header file inclusion
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@linux.vnet.ibm.com> Acked-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/fsp')
-rw-r--r--hw/fsp/fsp-codeupdate.c1
1 files changed, 0 insertions, 1 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"