From 448fb4ab53763a64c0df7eb366426e130dd5d359 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 15 Nov 2013 11:22:23 -0600 Subject: Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h --- apps/system/flash_eraseall/flash_eraseall.c | 2 +- apps/system/ramtron/ramtron.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/system') diff --git a/apps/system/flash_eraseall/flash_eraseall.c b/apps/system/flash_eraseall/flash_eraseall.c index e6eebad0c..824360c33 100644 --- a/apps/system/flash_eraseall/flash_eraseall.c +++ b/apps/system/flash_eraseall/flash_eraseall.c @@ -44,7 +44,7 @@ #include #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions diff --git a/apps/system/ramtron/ramtron.c b/apps/system/ramtron/ramtron.c index 46915db46..2e1632cf1 100644 --- a/apps/system/ramtron/ramtron.c +++ b/apps/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); -- cgit v1.2.3