Fix gcc missing parenthesis warnings
[zfs.git] / module / zfs / spa_misc.c
index 228ed13..cd8a6c8 100644 (file)
@@ -1516,7 +1516,7 @@ spa_busy(void)
 }
 
 void
-spa_boot_init()
+spa_boot_init(void)
 {
        spa_config_load();
 }