aboutsummaryrefslogtreecommitdiff
path: root/kernel/features/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/features/io.c')
-rw-r--r--kernel/features/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/features/io.c b/kernel/features/io.c
index ac599e2..eb4b7a5 100644
--- a/kernel/features/io.c
+++ b/kernel/features/io.c
@@ -208,7 +208,7 @@ void io_unblock_pid(u32 pid)
proc_yield();
}
-CLEAR void io_install(struct boot_info *boot)
+CLEAR void io_install(void)
{
for (u32 i = 0; i < IO_MAX; i++)
io_listeners[i] = list_new();
@@ -230,6 +230,6 @@ CLEAR void io_install(struct boot_info *boot)
timer_install();
logger_install();
- fb_install(boot->vid);
+ fb_install();
bus_install();
}