summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers/bch/bchlib_teardown.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-21 18:01:07 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-21 18:01:07 +0000
commit0bb0a4e316f45cace892f10cf65a72482e908cad (patch)
tree49b04c6302cb3eb451491553f4e767f1a1a66bfa /nuttx/drivers/bch/bchlib_teardown.c
parent329bfe1dfea15eab12ab66e20f0ab4662b540c78 (diff)
Move file-system header files to include/nuttx/fs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4499 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/drivers/bch/bchlib_teardown.c')
-rw-r--r--nuttx/drivers/bch/bchlib_teardown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/bch/bchlib_teardown.c b/nuttx/drivers/bch/bchlib_teardown.c
index e2084125c4..a0c6592529 100644
--- a/nuttx/drivers/bch/bchlib_teardown.c
+++ b/nuttx/drivers/bch/bchlib_teardown.c
@@ -45,7 +45,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
-#include <nuttx/fs.h>
+#include <nuttx/fs/fs.h>
#include "bch_internal.h"