feat: cleanup init code, small other refactors
This commit is contained in:
@@ -9,5 +9,6 @@ void tmpfs_init() {
|
||||
|
||||
INIT_FUNCTION(100) = {
|
||||
.name = "tmpfs",
|
||||
.stage = INIT_STAGE_AFTER_BOOT_PRE_INIT,
|
||||
.init = tmpfs_init,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user