summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z180/z180_scc.c
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/arch/z80/src/z180/z180_scc.c
parent09df9d92a06343c92ce69f31dce10c3701c68f37 (diff)
downloadpx4-nuttx-1312bca729889dd97446689cf8c14740d83e7c9b.tar.gz
px4-nuttx-1312bca729889dd97446689cf8c14740d83e7c9b.tar.bz2
px4-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/arch/z80/src/z180/z180_scc.c')
-rw-r--r--nuttx/arch/z80/src/z180/z180_scc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/z180/z180_scc.c b/nuttx/arch/z80/src/z180/z180_scc.c
index d0334258f..8655d907c 100644
--- a/nuttx/arch/z80/src/z180/z180_scc.c
+++ b/nuttx/arch/z80/src/z180/z180_scc.c
@@ -55,7 +55,6 @@
#include <arch/io.h>
#include "chip/chip.h"
-#include "os_internal.h"
#include "up_internal.h"
#include "z180_config.h"