Cosmetic
This commit is contained in:
parent
46b58dbb28
commit
b542d1733f
@ -39,20 +39,6 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#if 0
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/addrenv.h>
|
||||
#include <nuttx/pgalloc.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "mmu.h"
|
||||
#include "cache.h"
|
||||
#endif
|
||||
|
||||
#include "pgalloc.h"
|
||||
|
||||
#if defined(CONFIG_MM_PGALLOC) && defined(CONFIG_ARCH_PGPOOL_MAPPING)
|
||||
|
@ -71,7 +71,7 @@ FAR struct gran_s *g_graninfo;
|
||||
* Name: gran_common_initialize
|
||||
*
|
||||
* Description:
|
||||
* Perfrom common GRAN initialization.
|
||||
* Perform common GRAN initialization.
|
||||
*
|
||||
* Input Parameters:
|
||||
* heapstart - Start of the granule allocation heap
|
||||
|
Loading…
Reference in New Issue
Block a user