summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Jeffery <andrewrj@au1.ibm.com>2018-09-17 17:23:08 +0930
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-02 14:42:51 -0500
commit9a7f18c66e5b76abeebd12fa3444a9385e6f377b (patch)
tree3ab52fdf2124708168671a7517ff819866f46aab /src
parent102225f4e3e23c51665bb45c79eb0a578666fffc (diff)
downloadtalos-hostboot-9a7f18c66e5b76abeebd12fa3444a9385e6f377b.tar.gz
talos-hostboot-9a7f18c66e5b76abeebd12fa3444a9385e6f377b.zip
ipmi: Replace incorrect dependency on ipmibt with ipmimsg
No symbols from ipmibt.H were required, but some from ipmimsg.H were. Change-Id: I9730670b5c2686cbf3f55e2b52e91ded3d78cfb0 Signed-off-by: Andrew Jeffery <andrewrj@au1.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65935 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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/ipmi/ipmirp.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/ipmi/ipmirp.H b/src/usr/ipmi/ipmirp.H
index 0bbbaafb2..367211601 100644
--- a/src/usr/ipmi/ipmirp.H
+++ b/src/usr/ipmi/ipmirp.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -34,7 +34,6 @@
#include <stdint.h>
#include <builtins.h>
#include <ipmi/ipmiif.H>
-#include "ipmibt.H"
#include <errl/errlentry.H>
#include <sys/msg.h>
#include <sys/sync.h>
@@ -44,6 +43,8 @@
#include <intr/interrupt.H>
#include <limits.h>
+#include "ipmimsg.H"
+
namespace TARGETING
{
class Target;
OpenPOWER on IntegriCloud