git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f905f
)
virtio: console: Move code around for future patches
author
Amit Shah
<amit.shah@redhat.com>
Thu, 20 May 2010 04:15:48 +0000
(22:15 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 19 May 2010 12:45:48 +0000
(22:15 +0930)
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>
No differences found