From: Amit Shah Date: Thu, 20 May 2010 04:15:48 +0000 (-0600) Subject: virtio: console: Move code around for future patches X-Git-Tag: v2.6.35-rc1~435^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c446f8fcc9fba3369bffb894b31756cf7a09f783;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed