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 --- nuttx/configs/spark/src/up_composite.c | 2 +- nuttx/configs/spark/src/up_nsh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/spark') diff --git a/nuttx/configs/spark/src/up_composite.c b/nuttx/configs/spark/src/up_composite.c index 8cb347057..a82ad75dc 100644 --- a/nuttx/configs/spark/src/up_composite.c +++ b/nuttx/configs/spark/src/up_composite.c @@ -50,7 +50,7 @@ #ifdef CONFIG_MTD_SST25 # include -# include +# include # include #endif diff --git a/nuttx/configs/spark/src/up_nsh.c b/nuttx/configs/spark/src/up_nsh.c index 1fb2b4846..45bd8f5e4 100644 --- a/nuttx/configs/spark/src/up_nsh.c +++ b/nuttx/configs/spark/src/up_nsh.c @@ -50,7 +50,7 @@ #ifdef CONFIG_MTD_SST25 # include -# include +# include # include #endif -- cgit v1.2.3