mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
Cosmetic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user