Skip to content

Commit

Permalink
Merge branch 'cris_debug_port_fix' into cris
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Nilsson committed Jun 30, 2008
2 parents e05f86c + bd451d5 commit d17ffb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/cris/arch-v10/kernel/debugport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d17ffb4

Please sign in to comment.