From: Glauber de Oliveira Costa Date: Fri, 18 Jan 2008 00:32:50 +0000 (-0200) Subject: lguest: remove pv_info dependency X-Git-Tag: v2.6.25-rc1~1135^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c55841d16dbf7c759fa6fb2ecc5e615b86d17db;p=pandora-kernel.git lguest: remove pv_info dependency Currently, lguest module can't be compiled without the PARAVIRT flag being on. This is a fake dependency, since the module itself shouldn't need any paravirt override. Reason for that is the reference to pv_info structure in initial loading tests. This patch removes it in favour of a more generic error message. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Rusty Russell --- Reading git-diff-tree failed