Commit d17ffb4c authored by Jesper Nilsson's avatar Jesper Nilsson

Merge branch 'cris_debug_port_fix' into cris

parents e05f86c1 bd451d5e
......@@ -432,10 +432,10 @@ static int dummy_write_room(struct tty_struct *tty)
}
static const struct tty_operations dummy_ops = {
.open = dummy_open,
.close = dummy_close,
.write = dummy_write,
.write_room = dummy_write_room,
.open = dummy_open,
.close = dummy_close,
.write = dummy_write,
.write_room = dummy_write_room,
};
void __init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment