summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-bus-dma.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-08 13:15:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-08 13:20:09 +0200
commit3c967ca2388b57d828f16e8b55ec6ccb34824a18 (patch)
tree9a55353cc8e13219fa4f4e48c5a6dfd581d69d16 /rtemsbsd/include/machine/rtems-bsd-bus-dma.h
parentUpdate due to Newlib 2017-06-07 changes (diff)
downloadrtems-libbsd-3c967ca2388b57d828f16e8b55ec6ccb34824a18.tar.bz2
Use <sys/lock.h> provided by Newlib
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-bus-dma.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-bus-dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-bus-dma.h b/rtemsbsd/include/machine/rtems-bsd-bus-dma.h
index 0ac37512..ac970537 100644
--- a/rtemsbsd/include/machine/rtems-bsd-bus-dma.h
+++ b/rtemsbsd/include/machine/rtems-bsd-bus-dma.h
@@ -49,7 +49,7 @@
#include <sys/param.h>
#include <sys/types.h>
-#include <rtems/bsd/sys/lock.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/systm.h>
#include <machine/bus.h>