mm/map: Remove the unnessary map.h inclusion in various drivers

and Fix include/nuttx/mm/map.h:55:28: error: 'struct task_group_s' declared inside parameter list will not be visible outside of this definition or declaration

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-01-04 23:21:05 +08:00
committed by Petro Karashchenko
parent 8f823ce320
commit 1a59f4ed00
4 changed files with 6 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@
****************************************************************************/
#include <nuttx/config.h>
#include <nuttx/mm/map.h>
#include <sys/types.h>
#include <sys/mman.h>