modify location of rwbuffer.h to include at ftl
authorsunghan <sh924.chang@samsung.com>
Mon, 7 Aug 2017 07:01:31 +0000 (16:01 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 7 Aug 2017 07:01:31 +0000 (16:01 +0900)
rwbuffer.h is at include/tinyara folder, not include/tinyara/driver.

os/fs/driver/mtd/ftl.c

index b5bc7e9..c9f6f20 100644 (file)
@@ -54,7 +54,7 @@
 #include <tinyara/fs/ioctl.h>
 #include <tinyara/fs/mtd.h>
 #if defined(CONFIG_FTL_READAHEAD) || defined(CONFIG_FTL_WRITEBUFFER)
-#include <tinyara/drivers/rwbuffer.h>
+#include <tinyara/rwbuffer.h>
 #endif
 
 /****************************************************************************