From: Jean Delvare Date: Tue, 18 May 2010 07:34:12 +0000 (+0200) Subject: KVM: powerpc: fix init/exit annotation X-Git-Tag: v2.6.35-rc3~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06cdb5676272a12056820aeb49a1416ad2d0c6f;p=pandora-kernel.git KVM: powerpc: fix init/exit annotation kvmppc_e500_exit() is a module_exit function, so it should be tagged with __exit, not __init. The incorrect annotation was added by commit 2986b8c72c272ea58edd37903b042c6da985627d. Signed-off-by: Jean Delvare Cc: stable@kernel.org Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed