This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 2b0b298ab654c17d8db4fc3324975a5af2ed59bd Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Mon Jul 5 12:24:14 2021 +0800 fs/mmap: Remove rammap_initialize declaration Forget in patch: commit ec30d6ef6b6e246dc32407675c4b54140df33673 Author: Xiang Xiao <xiaoxi...@xiaomi.com> Date: Thu Jun 24 01:42:11 2021 +0800 fs: Initialize fs_allmaps_s::exclsem in declaration directly and then remove rammap_initialize and caller Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- fs/mmap/fs_rammap.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/fs/mmap/fs_rammap.h b/fs/mmap/fs_rammap.h index fc8a6c9..096c9c3 100644 --- a/fs/mmap/fs_rammap.h +++ b/fs/mmap/fs_rammap.h @@ -82,22 +82,6 @@ extern struct fs_allmaps_s g_rammaps; ****************************************************************************/ /**************************************************************************** - * Name: rammap_initialize - * - * Description: - * Verified that this capability has been initialized. - * - * Input Parameters: - * None - * - * Returned Value: - * None - * - ****************************************************************************/ - -void rammap_initialize(void); - -/**************************************************************************** * Name: rammmap * * Description: