diff options
Diffstat (limited to 'drivers/lguest/lguest_bus.c')
-rw-r--r-- | drivers/lguest/lguest_bus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/lguest/lguest_bus.c b/drivers/lguest/lguest_bus.c index 57329788f8a..2e9a202be44 100644 --- a/drivers/lguest/lguest_bus.c +++ b/drivers/lguest/lguest_bus.c @@ -7,6 +7,8 @@ #include <asm/io.h> #include <asm/paravirt.h> +struct lguest_device_desc *lguest_devices; + static ssize_t type_show(struct device *_dev, struct device_attribute *attr, char *buf) { |