From: Paolo Bonzini Date: Tue, 16 Jul 2013 11:03:29 +0000 (+0200) Subject: KVM: introduce __kvm_io_bus_sort_cmp X-Git-Tag: v3.12-rc1~143^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a343c9b7673e2228bc8a9ac65aae42140f6f9977;p=pandora-kernel.git KVM: introduce __kvm_io_bus_sort_cmp kvm_io_bus_sort_cmp is used also directly, not just as a callback for sort and bsearch. In these cases, it is handy to have a type-safe variant. This patch introduces such a variant, __kvm_io_bus_sort_cmp, and uses it throughout kvm_main.c. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed