From d5b7268d9575f67acbcbc17fd21b8cf90926b2fd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 20 Jul 2016 14:02:41 -0600 Subject: [PATCH] ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers. --- examples/bastest/bastest_main.c | 2 +- examples/elf/elf_main.c | 2 +- examples/module/module_main.c | 2 +- examples/mount/ramdisk.c | 2 +- examples/nxflat/nxflat_main.c | 2 +- examples/posix_spawn/Makefile | 2 +- examples/posix_spawn/spawn_main.c | 2 +- examples/romfs/romfs_main.c | 2 +- examples/thttpd/thttpd_main.c | 2 +- examples/unionfs/unionfs_main.c | 2 +- graphics/traveler/trv_romfs.c | 2 +- nshlib/nsh_fscmds.c | 2 +- nshlib/nsh_romfsetc.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/bastest/bastest_main.c b/examples/bastest/bastest_main.c index fe6da27f8..e42b404fc 100644 --- a/examples/bastest/bastest_main.c +++ b/examples/bastest/bastest_main.c @@ -43,7 +43,7 @@ #include #include -#include +#include #include "romfs.h" diff --git a/examples/elf/elf_main.c b/examples/elf/elf_main.c index 247620dd2..f89a0e4a1 100644 --- a/examples/elf/elf_main.c +++ b/examples/elf/elf_main.c @@ -50,7 +50,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/module/module_main.c b/examples/module/module_main.c index 4e296eada..7c919dc46 100644 --- a/examples/module/module_main.c +++ b/examples/module/module_main.c @@ -52,7 +52,7 @@ #include #include -#include +#include #include #include diff --git a/examples/mount/ramdisk.c b/examples/mount/ramdisk.c index ded00c52b..52625f3bc 100644 --- a/examples/mount/ramdisk.c +++ b/examples/mount/ramdisk.c @@ -45,7 +45,7 @@ #include #include -#include +#include #include #include "mount.h" diff --git a/examples/nxflat/nxflat_main.c b/examples/nxflat/nxflat_main.c index b742fbd2a..16233d593 100644 --- a/examples/nxflat/nxflat_main.c +++ b/examples/nxflat/nxflat_main.c @@ -49,7 +49,7 @@ #include #include -#include +#include #include #include diff --git a/examples/posix_spawn/Makefile b/examples/posix_spawn/Makefile index 9d8c87b18..7d4c2e8d3 100644 --- a/examples/posix_spawn/Makefile +++ b/examples/posix_spawn/Makefile @@ -148,7 +148,7 @@ spawn_main.o: spawn_main.c \ $(TOPDIR)/include/spawn.h \ $(TOPDIR)/include/debug.h \ $(TOPDIR)/include/errno.h \ - $(TOPDIR)/include/nuttx/fs/ramdisk.h \ + $(TOPDIR)/include/nuttx/drivers/ramdisk.h \ $(TOPDIR)/include/nuttx/binfmt/elf.h \ $(TOPDIR)/include/nuttx/binfmt/symtab.h \ filesystem/romfs.h diff --git a/examples/posix_spawn/spawn_main.c b/examples/posix_spawn/spawn_main.c index 1fb341166..57bb9a502 100644 --- a/examples/posix_spawn/spawn_main.c +++ b/examples/posix_spawn/spawn_main.c @@ -51,7 +51,7 @@ #include #include -#include +#include #include #include diff --git a/examples/romfs/romfs_main.c b/examples/romfs/romfs_main.c index fdea119fe..f77c97810 100644 --- a/examples/romfs/romfs_main.c +++ b/examples/romfs/romfs_main.c @@ -69,7 +69,7 @@ #include #include -#include +#include #include "romfs_testdir.h" diff --git a/examples/thttpd/thttpd_main.c b/examples/thttpd/thttpd_main.c index cdf0ec178..b252f7401 100644 --- a/examples/thttpd/thttpd_main.c +++ b/examples/thttpd/thttpd_main.c @@ -57,7 +57,7 @@ #include "netutils/netlib.h" #include "netutils/thttpd.h" -#include +#include #include #ifdef CONFIG_THTTPD_NXFLAT diff --git a/examples/unionfs/unionfs_main.c b/examples/unionfs/unionfs_main.c index bf62098b1..433251180 100644 --- a/examples/unionfs/unionfs_main.c +++ b/examples/unionfs/unionfs_main.c @@ -52,7 +52,7 @@ #include #include -#include +#include #include #include "romfs_atestdir.h" diff --git a/graphics/traveler/trv_romfs.c b/graphics/traveler/trv_romfs.c index 651affc03..155eefaa1 100644 --- a/graphics/traveler/trv_romfs.c +++ b/graphics/traveler/trv_romfs.c @@ -46,7 +46,7 @@ #include #include -#include +#include #include "trv_romfs.h" diff --git a/nshlib/nsh_fscmds.c b/nshlib/nsh_fscmds.c index 7dccf1e76..3bc89feab 100644 --- a/nshlib/nsh_fscmds.c +++ b/nshlib/nsh_fscmds.c @@ -49,7 +49,7 @@ # if !defined(CONFIG_DISABLE_MOUNTPOINT) # ifdef CONFIG_FS_READABLE /* Need at least one filesytem in configuration */ # include -# include +# include # endif # ifdef CONFIG_DEV_LOOP # include diff --git a/nshlib/nsh_romfsetc.c b/nshlib/nsh_romfsetc.c index 99dc3d635..19fb9f403 100644 --- a/nshlib/nsh_romfsetc.c +++ b/nshlib/nsh_romfsetc.c @@ -43,7 +43,7 @@ #include #include -#include +#include #include "nsh.h"