From b1a47190a6000d0e75ee4ffa75f3f6b16dd60a0b Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Fri, 10 Aug 2007 13:01:11 -0700 Subject: 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 Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/lguest/lguest_bus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/lguest') diff --git a/drivers/lguest/lguest_bus.c b/drivers/lguest/lguest_bus.c index 55a7940ca732..9e7752cc8002 100644 --- a/drivers/lguest/lguest_bus.c +++ b/drivers/lguest/lguest_bus.c @@ -5,6 +5,7 @@ #include #include #include +#include static ssize_t type_show(struct device *_dev, struct device_attribute *attr, char *buf) -- cgit v1.2.3-59-g8ed1b