summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlentry.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/errlentry.C')
-rw-r--r--src/usr/errl/errlentry.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/errl/errlentry.C b/src/usr/errl/errlentry.C
index ad95bc4dd..7f7c9a5b0 100644
--- a/src/usr/errl/errlentry.C
+++ b/src/usr/errl/errlentry.C
@@ -47,6 +47,7 @@
#include <errl/errluserdetails.H>
#include <errl/errludattribute.H>
#include <errl/errludstate.H>
+#include <errl/errli2c.H>
#include <trace/interface.H>
#include <config.h>
@@ -64,10 +65,12 @@
#include <attributeenums.H>
#include "errlentry_consts.H"
#include <util/misc.H>
+
#ifdef CONFIG_BMC_IPMI
#include <ipmi/ipmisensor.H>
#include <errl/errludsensor.H>
#endif
+
// Hostboot Image ID string
extern char hbi_ImageId;
@@ -2203,10 +2206,12 @@ void ErrlEntry::addI2cDeviceCallout(const TARGETING::Target *i_i2cMaster,
ep = nullptr;
}
- } while (0);
+ handleI2cDeviceCalloutWithinHostboot(this, i_i2cMaster, i_engine, i_port, i_address, i_priority);
+ } while (0);
} // addI2cDeviceCallout
+
} // End namespace
OpenPOWER on IntegriCloud