Fix gcc invalid prototype warnings

Gcc -Wall warn: 'invalid prototype'

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf
2010-08-26 09:52:41 -07:00
parent 0ccd9d24e4
commit 0bc8fd7884
11 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -1516,7 +1516,7 @@ spa_busy(void)
}
void
spa_boot_init()
spa_boot_init(void)
{
spa_config_load();
}