summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:38:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:38:48 -0600
commit25c295c69751b8a65c692af565abe4cccfc281c4 (patch)
tree01a0127d3dc4a74974d63f6dc390c0a125fca6a0 /nuttx/fs
parent9a624926254d50891f34399e245038c467233367 (diff)
downloadnuttx-25c295c69751b8a65c692af565abe4cccfc281c4.tar.gz
nuttx-25c295c69751b8a65c692af565abe4cccfc281c4.tar.bz2
nuttx-25c295c69751b8a65c692af565abe4cccfc281c4.zip
Move smart.h to include/nuttx/fs/smart.h
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/smartfs/smartfs.h2
-rw-r--r--nuttx/fs/smartfs/smartfs_mksmartfs.c2
-rw-r--r--nuttx/fs/smartfs/smartfs_smart.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/smartfs/smartfs.h b/nuttx/fs/smartfs/smartfs.h
index 6ff07ad64..22b08501d 100644
--- a/nuttx/fs/smartfs/smartfs.h
+++ b/nuttx/fs/smartfs/smartfs.h
@@ -50,7 +50,7 @@
#include <semaphore.h>
#include <nuttx/mtd/mtd.h>
-#include <nuttx/smart.h>
+#include <nuttx/fs/smart.h>
/****************************************************************************
* Pre-processor Definitions
diff --git a/nuttx/fs/smartfs/smartfs_mksmartfs.c b/nuttx/fs/smartfs/smartfs_mksmartfs.c
index 9c2dacc7e..bdf58b58b 100644
--- a/nuttx/fs/smartfs/smartfs_mksmartfs.c
+++ b/nuttx/fs/smartfs/smartfs_mksmartfs.c
@@ -49,7 +49,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/fs/mksmartfs.h>
#include <nuttx/fs/ioctl.h>
-#include <nuttx/smart.h>
+#include <nuttx/fs/smart.h>
#include "smartfs.h"
diff --git a/nuttx/fs/smartfs/smartfs_smart.c b/nuttx/fs/smartfs/smartfs_smart.c
index 43c241374..7264b3f64 100644
--- a/nuttx/fs/smartfs/smartfs_smart.c
+++ b/nuttx/fs/smartfs/smartfs_smart.c
@@ -58,7 +58,7 @@
#include <nuttx/fs/dirent.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h>
-#include <nuttx/smart.h>
+#include <nuttx/fs/smart.h>
#include "smartfs.h"