summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jeffery <andrewrj@au1.ibm.com>2018-09-28 14:18:07 +0930
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-08 15:25:31 -0500
commit281dac1b173c1accb89a6c3507872a6522fbfab3 (patch)
treeba1431c899632103c87b68865f6f5b4cf82603ed
parentbc363055ec19613cc2e2fb40392765e03f401c1a (diff)
downloadtalos-hostboot-281dac1b173c1accb89a6c3507872a6522fbfab3.tar.gz
talos-hostboot-281dac1b173c1accb89a6c3507872a6522fbfab3.zip
ipmi: Drop unnecessary ipmiconfig dependencies
Removing the unused include is a cleanup motivated by splitting the ipmi module in two, into parts consisting of the service (DD and RP) and clients (FRU, SEL, etc). Change-Id: Idc4b7c839edda5f23d73a0e0ad8112b2bcbb255d Signed-off-by: Andrew Jeffery <andrewrj@au1.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66790 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/ipmi/ipmifru.C1
-rw-r--r--src/usr/ipmi/ipmisel.C1
-rw-r--r--src/usr/ipmi/runtime/rt_ipmirp.C3
3 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/ipmi/ipmifru.C b/src/usr/ipmi/ipmifru.C
index 9f62e9a7f..66bb8d9ae 100644
--- a/src/usr/ipmi/ipmifru.C
+++ b/src/usr/ipmi/ipmifru.C
@@ -28,7 +28,6 @@
*/
#include "ipmifru.H"
-#include "ipmiconfig.H"
#include <devicefw/driverif.H>
#include <devicefw/userif.H>
diff --git a/src/usr/ipmi/ipmisel.C b/src/usr/ipmi/ipmisel.C
index da8d7b38f..c749c4250 100644
--- a/src/usr/ipmi/ipmisel.C
+++ b/src/usr/ipmi/ipmisel.C
@@ -31,7 +31,6 @@
#include <algorithm>
#include <sys/time.h>
#include <ipmi/ipmisel.H>
-#include "ipmiconfig.H"
#include <ipmi/ipmi_reasoncodes.H>
#include <ipmi/ipmisensor.H>
#include <ipmi/ipmiif.H>
diff --git a/src/usr/ipmi/runtime/rt_ipmirp.C b/src/usr/ipmi/runtime/rt_ipmirp.C
index 69d7c4feb..07d099f84 100644
--- a/src/usr/ipmi/runtime/rt_ipmirp.C
+++ b/src/usr/ipmi/runtime/rt_ipmirp.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -28,7 +28,6 @@
*/
#include "../ipmirp.H"
-#include "../ipmiconfig.H"
#include "../ipmidd.H"
#include <ipmi/ipmi_reasoncodes.H>
#include <ipmi/ipmiif.H>
OpenPOWER on IntegriCloud