“f148cfdd9bc29c133d5728d8e98815ba8c01752e”上不存在“drivers/net/wireless/wl1251/main.c”
提交 ebac5252 编写于 作者: R Rusty Russell

lguest_devices belongs in lguest_bus.c: it's not i386-specific.

Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 b45d8cb0
...@@ -87,7 +87,6 @@ struct lguest_data lguest_data = { ...@@ -87,7 +87,6 @@ struct lguest_data lguest_data = {
.noirq_end = (u32)lguest_noirq_end, .noirq_end = (u32)lguest_noirq_end,
.blocked_interrupts = { 1 }, /* Block timer interrupts */ .blocked_interrupts = { 1 }, /* Block timer interrupts */
}; };
struct lguest_device_desc *lguest_devices;
static cycle_t clock_base; static cycle_t clock_base;
/*G:035 Notice the lazy_hcall() above, rather than hcall(). This is our first /*G:035 Notice the lazy_hcall() above, rather than hcall(). This is our first
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/paravirt.h> #include <asm/paravirt.h>
struct lguest_device_desc *lguest_devices;
static ssize_t type_show(struct device *_dev, static ssize_t type_show(struct device *_dev,
struct device_attribute *attr, char *buf) struct device_attribute *attr, char *buf)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册