modify wrong path for mtd.h
authorsunghan <sh924.chang@samsung.com>
Mon, 7 Aug 2017 10:23:14 +0000 (19:23 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 7 Aug 2017 10:23:14 +0000 (19:23 +0900)
Our mtd.h is at os/include/fs folder.

apps/system/flash_eraseall/flash_eraseall.c
os/arch/arm/src/tiva/tiva_flash.c

index 1733a74..19495de 100644 (file)
@@ -61,7 +61,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <tinyara/mtd/mtd.h>
+#include <tinyara/fs/mtd.h>
 
 /****************************************************************************
  * Pre-processor Definitions
index 3e49313..36f2fba 100644 (file)
@@ -69,7 +69,7 @@
 #include <debug.h>
 
 #include <tinyara/fs/ioctl.h>
-#include <tinyara/mtd/mtd.h>
+#include <tinyara/fs/mtd.h>
 
 #include "up_arch.h"
 #include "chip.h"