summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvctasks.H26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H
index 846d7dc08..71ac9b945 100644
--- a/src/usr/initservice/extinitsvc/extinitsvctasks.H
+++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -96,6 +96,18 @@ const TaskInfo g_exttaskinfolist[] = {
}
},
+ /**
+ * @brief HWAS,
+ * need the hwas module for errl dependency gard / deconfig
+ */
+ {
+ "libhwas.so" , // taskname
+ NULL, // no pointer to fn
+ {
+ INIT_TASK, // task type
+ EXT_IMAGE, // Extended Module
+ }
+ },
/**
* @brief FSI Device Driver
@@ -254,18 +266,6 @@ const TaskInfo g_exttaskinfolist[] = {
}
},
/**
- * @brief HWAS,
- * need the hwas module for errl dependency gard / deconfig
- */
- {
- "libhwas.so" , // taskname
- NULL, // no pointer to fn
- {
- INIT_TASK, // task type
- EXT_IMAGE, // Extended Module
- }
- },
- /**
* @brief fapi2 task, handles attribute override and fapi2 plat intf.
*/
{
OpenPOWER on IntegriCloud