summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvctasks.H25
1 files changed, 13 insertions, 12 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H
index 47297f0ec..9014ccbab 100644
--- a/src/usr/initservice/extinitsvc/extinitsvctasks.H
+++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H
@@ -57,18 +57,6 @@ const TaskInfo g_exttaskinfolist[] = {
},
/**
- * @brief targeting task,
- */
- {
- "libtargeting.so" , // taskname
- NULL, // no pointer to fn
- {
- START_TASK, // task type
- EXT_IMAGE, // Extended Module
- }
- },
-
- /**
* @brief console library
*/
#ifdef CONFIG_CONSOLE
@@ -83,6 +71,19 @@ const TaskInfo g_exttaskinfolist[] = {
#endif
/**
+ * @brief targeting task,
+ */
+ {
+ "libtargeting.so" , // taskname
+ NULL, // no pointer to fn
+ {
+ START_TASK, // task type
+ EXT_IMAGE, // Extended Module
+ }
+ },
+
+
+ /**
* @brief FSI Device Driver
*/
OpenPOWER on IntegriCloud