summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
commitd699ae3cb3e27074dc6c70bb2cebc577ff5db8d4 (patch)
tree16a334e4719020a14c32aab4ab648a689a7215a2 /nuttx/arch/mips
parentd4595268b7c63a72243c5bd8b3eed4def39e9d3c (diff)
downloadpx4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.gz
px4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.bz2
px4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.zip
Move task control files from sched/ to sched/task
Diffstat (limited to 'nuttx/arch/mips')
-rw-r--r--nuttx/arch/mips/src/common/up_exit.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/arch/mips/src/common/up_exit.c b/nuttx/arch/mips/src/common/up_exit.c
index 415ca64ee..585a667a7 100644
--- a/nuttx/arch/mips/src/common/up_exit.c
+++ b/nuttx/arch/mips/src/common/up_exit.c
@@ -45,13 +45,14 @@
#include <debug.h>
#include <nuttx/arch.h>
-#include "os_internal.h"
-#include "up_internal.h"
-
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs/fs.h>
#endif
+#include "task/task.h"
+#include "os_internal.h"
+#include "up_internal.h"
+
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/