Move include/nuttx/gran.h to include/nuttx/mm/gran.h

This commit is contained in:
Gregory Nutt
2014-09-24 06:55:26 -06:00
parent 322416e472
commit 2fa7431ee7
18 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ int exec_module(FAR const struct binary_s *binp)
#if defined(CONFIG_BUILD_KERNEL) && defined(CONFIG_MM_SHM)
/* Initialize the shared memory virtual page allocator */
ret = shm_group_initialize(&tcb->cmn.group);
ret = shm_group_initialize(tcb->cmn.group);
if (ret < 0)
{
bdbg("ERROR: shm_group_initialize() failed: %d\n", ret);