From 647703e6490c523959a306ca1df664ddd4373c85 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 15 Nov 2013 11:22:23 -0600 Subject: [PATCH] Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h --- examples/configdata/configdata_main.c | 2 +- examples/flash_test/flash_test.c | 2 +- examples/mtdpart/mtdpart_main.c | 2 +- examples/nxffs/nxffs_main.c | 2 +- examples/smart/smart_main.c | 2 +- system/flash_eraseall/flash_eraseall.c | 2 +- system/ramtron/ramtron.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/configdata/configdata_main.c b/examples/configdata/configdata_main.c index d20bffd38..e9e730889 100644 --- a/examples/configdata/configdata_main.c +++ b/examples/configdata/configdata_main.c @@ -49,7 +49,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/flash_test/flash_test.c b/examples/flash_test/flash_test.c index 105950557..e6c339990 100644 --- a/examples/flash_test/flash_test.c +++ b/examples/flash_test/flash_test.c @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/mtdpart/mtdpart_main.c b/examples/mtdpart/mtdpart_main.c index 9fcd2a76d..3c1e98437 100644 --- a/examples/mtdpart/mtdpart_main.c +++ b/examples/mtdpart/mtdpart_main.c @@ -46,7 +46,7 @@ #include #include -#include +#include #include #include diff --git a/examples/nxffs/nxffs_main.c b/examples/nxffs/nxffs_main.c index 23b02cc16..a52afea39 100644 --- a/examples/nxffs/nxffs_main.c +++ b/examples/nxffs/nxffs_main.c @@ -52,7 +52,7 @@ #include #include -#include +#include #include /**************************************************************************** diff --git a/examples/smart/smart_main.c b/examples/smart/smart_main.c index ce303caa7..114fb041a 100644 --- a/examples/smart/smart_main.c +++ b/examples/smart/smart_main.c @@ -52,7 +52,7 @@ #include #include -#include +#include #include #include #include diff --git a/system/flash_eraseall/flash_eraseall.c b/system/flash_eraseall/flash_eraseall.c index e6eebad0c..824360c33 100644 --- a/system/flash_eraseall/flash_eraseall.c +++ b/system/flash_eraseall/flash_eraseall.c @@ -44,7 +44,7 @@ #include #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions diff --git a/system/ramtron/ramtron.c b/system/ramtron/ramtron.c index 46915db46..2e1632cf1 100644 --- a/system/ramtron/ramtron.c +++ b/system/ramtron/ramtron.c @@ -45,7 +45,7 @@ #include #include -#include +#include FAR struct mtd_dev_s *ramtron_initialize(FAR struct spi_dev_s *dev);