mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
We don't actually use the reset functions anywhere, and nothing really
provides them.
This commit is contained in:
+1
-1
@@ -250,5 +250,5 @@ struct console_driver serial_console __console_driver = {
|
||||
.disabled = 1,
|
||||
};
|
||||
|
||||
INIT_FN ( INIT_CONSOLE, serial_init, NULL, serial_fini );
|
||||
INIT_FN ( INIT_CONSOLE, serial_init, serial_fini );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user