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 57329788f8a7..2e9a202be44e 100644 --- a/drivers/lguest/lguest_bus.c +++ b/drivers/lguest/lguest_bus.c | |||
@@ -7,6 +7,8 @@ | |||
7 | #include <asm/io.h> | 7 | #include <asm/io.h> |
8 | #include <asm/paravirt.h> | 8 | #include <asm/paravirt.h> |
9 | 9 | ||
10 | struct lguest_device_desc *lguest_devices; | ||
11 | |||
10 | static ssize_t type_show(struct device *_dev, | 12 | static ssize_t type_show(struct device *_dev, |
11 | struct device_attribute *attr, char *buf) | 13 | struct device_attribute *attr, char *buf) |
12 | { | 14 | { |