summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3152/src/up_fillpage.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-21 18:01:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-21 18:01:07 +0000
commit620e6ff88867894e87e423777470b96cc322e2d3 (patch)
tree49b04c6302cb3eb451491553f4e767f1a1a66bfa /nuttx/configs/ea3152/src/up_fillpage.c
parentd6058d6314dee58f85a70287f01dfc399f8c45e8 (diff)
downloadpx4-nuttx-620e6ff88867894e87e423777470b96cc322e2d3.tar.gz
px4-nuttx-620e6ff88867894e87e423777470b96cc322e2d3.tar.bz2
px4-nuttx-620e6ff88867894e87e423777470b96cc322e2d3.zip
Move file-system header files to include/nuttx/fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3152/src/up_fillpage.c')
-rw-r--r--nuttx/configs/ea3152/src/up_fillpage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ea3152/src/up_fillpage.c b/nuttx/configs/ea3152/src/up_fillpage.c
index d1de9a699..019dd940c 100644
--- a/nuttx/configs/ea3152/src/up_fillpage.c
+++ b/nuttx/configs/ea3152/src/up_fillpage.c
@@ -64,7 +64,7 @@
#if defined(CONFIG_PAGING_M25PX) || defined(CONFIG_PAGING_AT45DB)
# include <sys/ioctl.h>
-# include <nuttx/ioctl.h>
+# include <nuttx/fs/ioctl.h>
# include <nuttx/spi.h>
# include <nuttx/mtd.h>
#endif