mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user