summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c')
-rw-r--r--rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c b/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c
index 4cb60465..c37bd868 100644
--- a/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c
+++ b/rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <sys/rman.h>
#include <sys/bus.h>
#include <sys/kernel.h>
-#include <rtems/bsd/sys/lock.h>
+#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/mutex.h>