Skip to content

Commit

Permalink
ipmi: Drop unnecessary ipmiconfig dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Jeffery authored and dcrowell77 committed Oct 8, 2018
1 parent bc36305 commit 281dac1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/usr/ipmi/ipmifru.C
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/

#include "ipmifru.H"
#include "ipmiconfig.H"
#include <devicefw/driverif.H>
#include <devicefw/userif.H>

Expand Down
1 change: 0 additions & 1 deletion src/usr/ipmi/ipmisel.C
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 1 addition & 2 deletions src/usr/ipmi/runtime/rt_ipmirp.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -28,7 +28,6 @@
*/

#include "../ipmirp.H"
#include "../ipmiconfig.H"
#include "../ipmidd.H"
#include <ipmi/ipmi_reasoncodes.H>
#include <ipmi/ipmiif.H>
Expand Down

0 comments on commit 281dac1

Please sign in to comment.