summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs_init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:02:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:25 +0100
commit339069fc816e85a1205717581be688472b90feb6 (patch)
tree547b19b9f67720c4becd2969f318f572949c6d5d /cpukit/libfs/src/devfs/devfs_init.c
parentIMFS: Include <rtems/imfs.h> (diff)
downloadrtems-339069fc816e85a1205717581be688472b90feb6.tar.bz2
devfs: Include <rtems/devfs.h>
Prepare for header file move to common include directory. Update #3254.
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_init.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_init.c b/cpukit/libfs/src/devfs/devfs_init.c
index 1e960d2b5a..e8ad761f29 100644
--- a/cpukit/libfs/src/devfs/devfs_init.c
+++ b/cpukit/libfs/src/devfs/devfs_init.c
@@ -15,7 +15,7 @@
#include "config.h"
#endif
-#include "devfs.h"
+#include <rtems/devfs.h>
const rtems_filesystem_operations_table devFS_ops = {
.lock_h = rtems_filesystem_default_lock,