summaryrefslogtreecommitdiff
path: root/nuttx/sched/init
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 18:39:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 18:39:28 -0600
commit1312bca729889dd97446689cf8c14740d83e7c9b (patch)
tree3cb4ec8d29149668d5c37a74ce45d15a41a65e8f /nuttx/sched/init
parent09df9d92a06343c92ce69f31dce10c3701c68f37 (diff)
downloadnuttx-1312bca729889dd97446689cf8c14740d83e7c9b.tar.gz
nuttx-1312bca729889dd97446689cf8c14740d83e7c9b.tar.bz2
nuttx-1312bca729889dd97446689cf8c14740d83e7c9b.zip
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
Diffstat (limited to 'nuttx/sched/init')
-rw-r--r--nuttx/sched/init/os_bringup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/sched/init/os_bringup.c b/nuttx/sched/init/os_bringup.c
index 4701b47ff..bb9889956 100644
--- a/nuttx/sched/init/os_bringup.c
+++ b/nuttx/sched/init/os_bringup.c
@@ -53,7 +53,6 @@
#include <nuttx/kthread.h>
#include <nuttx/userspace.h>
-#include "os_internal.h"
#ifdef CONFIG_PAGING
# include "paging/paging.h"
#endif