lguest: remove pv_info dependency
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Fri, 18 Jan 2008 00:32:50 +0000 (22:32 -0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Jan 2008 11:50:03 +0000 (22:50 +1100)
commit5c55841d16dbf7c759fa6fb2ecc5e615b86d17db
tree1ec79bd32aa238448f2a0aa24661cb83ce4cec54
parent7ea08093e0ccbad030188ded3cb082d8b8094d35
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 <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/core.c