|
@@ -69,6 +69,7 @@ static struct line_driver driver = {
|
|
.write_irq = CONSOLE_WRITE_IRQ,
|
|
.write_irq = CONSOLE_WRITE_IRQ,
|
|
.write_irq_name = "console-write",
|
|
.write_irq_name = "console-write",
|
|
.mc = {
|
|
.mc = {
|
|
|
|
+ .list = LIST_HEAD_INIT(driver.mc.list),
|
|
.name = "con",
|
|
.name = "con",
|
|
.config = con_config,
|
|
.config = con_config,
|
|
.get_config = con_get_config,
|
|
.get_config = con_get_config,
|