summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/flash_eraseall/flash_eraseall.c2
-rw-r--r--apps/system/ramtron/ramtron.c2
2 files changed, 2 insertions, 2 deletions
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 <unistd.h>
#include <stdio.h>
#include <stdlib.h>
-#include <nuttx/mtd.h>
+#include <nuttx/mtd/mtd.h>
/****************************************************************************
* 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 <string.h>
#include <nuttx/spi/spi.h>
-#include <nuttx/mtd.h>
+#include <nuttx/mtd/mtd.h>
FAR struct mtd_dev_s *ramtron_initialize(FAR struct spi_dev_s *dev);