From: Josh Triplett Date: Sun, 20 Oct 2013 14:30:16 +0000 (+0100) Subject: kvm: Delete prototype for non-existent function kvm_check_iopl X-Git-Tag: v3.13-rc1~80^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a890b6fefd1775a1c3a7d8fe8af968a3a7b23c04;p=pandora-kernel.git kvm: Delete prototype for non-existent function kvm_check_iopl The prototype for kvm_check_iopl appeared in commit f850e2e603bf5a05b0aee7901857cf85715aa694 ("KVM: x86 emulator: Check IOPL level during io instruction emulation"), but the function never actually existed. Remove the prototype. Signed-off-by: Josh Triplett Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed