Patch to removed MMCSD NSLOTS warning from Freddie Chopin

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5316 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-11-06 14:57:01 +00:00
parent 396d51f802
commit 8b5fb4c1f6
192 changed files with 1546 additions and 19 deletions
+5
View File
@@ -38,6 +38,9 @@
****************************************************************************/
#include <nuttx/config.h>
#if defined (CONFIG_MMCSD) && defined (CONFIG_MMCSD_SDIO)
#include <nuttx/compiler.h>
#include <sys/types.h>
@@ -3178,3 +3181,5 @@ errout_with_alloc:
errout_with_alloc:
kfree(priv);
return ret;
}