Add missing static keyword, to make the code build with WARNS=6.

This commit is contained in:
Ed Schouten 2013-04-21 22:47:24 +00:00
parent 4f929487f3
commit d0e5fa31a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249744

View File

@ -130,7 +130,7 @@ static struct nandsim_key nandsim_chip_keys[] = {
{NULL, 0, 0, NULL, 0},
};
struct nandsim_section sections[] = {
static struct nandsim_section sections[] = {
{"ctrl", (struct nandsim_key *)&nandsim_ctrl_keys},
{"chip", (struct nandsim_key *)&nandsim_chip_keys},
{NULL, NULL},