fs: yaffs2: Make yaffsfs_deviceList static

yaffsfs_deviceList is only referenced in yaffsfs.c

Signed-off-by: Bin Meng <bmeng@tinylab.org>
This commit is contained in:
Bin Meng 2023-04-05 22:40:22 +08:00 committed by Tom Rini
parent 005acb2a6d
commit 142155103d

View File

@ -468,7 +468,7 @@ static int yaffsfs_alt_dir_path(const YCHAR *path, YCHAR **ret_path)
return 0;
}
LIST_HEAD(yaffsfs_deviceList);
static LIST_HEAD(yaffsfs_deviceList);
/*
* yaffsfs_FindDevice