jlaitine commented on code in PR #8026: URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065407280
########## mm/shm/shmdt.c: ########## @@ -33,32 +33,34 @@ #include <nuttx/sched.h> #include <nuttx/mm/shm.h> #include <nuttx/pgalloc.h> +#include <nuttx/mm/map.h> #include "shm/shm.h" #ifdef CONFIG_MM_SHM /**************************************************************************** - * Public Functions + * Private Functions Review Comment: done, moved to Public. I considered it "private" because it is not supposed to be called outside this driver -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org