lguest files should explicitly include asm/paravirt.h

Files using bits from paravirt.h should explicitly include it rather than
relying on it being pulled in by something else.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Jes Sorensen and committed by Linus Torvalds b1a47190 cd5bfea2

+2
+1
drivers/char/hvc_lguest.c
··· 35 35 #include <linux/err.h> 36 36 #include <linux/init.h> 37 37 #include <linux/lguest_bus.h> 38 + #include <asm/paravirt.h> 38 39 #include "hvc_console.h" 39 40 40 41 /*D:340 This is our single console input buffer, with associated "struct
+1
drivers/lguest/lguest_bus.c
··· 5 5 #include <linux/bootmem.h> 6 6 #include <linux/lguest_bus.h> 7 7 #include <asm/io.h> 8 + #include <asm/paravirt.h> 8 9 9 10 static ssize_t type_show(struct device *_dev, 10 11 struct device_attribute *attr, char *buf)