diff options
author | Andrew Jeffery <andrewrj@au1.ibm.com> | 2018-09-28 14:18:07 +0930 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-10-08 15:25:31 -0500 |
commit | 281dac1b173c1accb89a6c3507872a6522fbfab3 (patch) | |
tree | ba1431c899632103c87b68865f6f5b4cf82603ed /src/usr/ipmi/runtime/rt_ipmirp.C | |
parent | bc363055ec19613cc2e2fb40392765e03f401c1a (diff) | |
download | talos-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>
Diffstat (limited to 'src/usr/ipmi/runtime/rt_ipmirp.C')
-rw-r--r-- | src/usr/ipmi/runtime/rt_ipmirp.C | 3 |
1 files changed, 1 insertions, 2 deletions
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> |