commit | c446f8fcc9fba3369bffb894b31756cf7a09f783 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed May 19 22:15:48 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed May 19 22:15:48 2010 +0930 |
tree | a216f68a06b920222648e0bd0152ccd43e5e3cc0 | |
parent | 99f905f88a5b8478755605e08ed4bce40034cc6c [diff] |
virtio: console: Move code around for future patches We're going to use add_port() from handle_control_message() in the next patch. Move the add_port() and fill_queue(), which depends on it, above handle_control_message() to avoid forward declarations. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>