提交 06842415 编写于 作者: R Randy Dunlap 提交者: Linus Torvalds

[PATCH] Doc: fix example firmware source code

Fix Documentation/firmware_class/ examples so that they will build.
Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 d12ddde2
...@@ -23,7 +23,6 @@ char __init inkernel_firmware[] = "let's say that this is firmware\n"; ...@@ -23,7 +23,6 @@ char __init inkernel_firmware[] = "let's say that this is firmware\n";
#endif #endif
static struct device ghost_device = { static struct device ghost_device = {
.name = "Ghost Device",
.bus_id = "ghost0", .bus_id = "ghost0",
}; };
...@@ -92,7 +91,7 @@ static void sample_probe_async(void) ...@@ -92,7 +91,7 @@ static void sample_probe_async(void)
{ {
/* Let's say that I can't sleep */ /* Let's say that I can't sleep */
int error; int error;
error = request_firmware_nowait (THIS_MODULE, error = request_firmware_nowait (THIS_MODULE, FW_ACTION_NOHOTPLUG,
"sample_driver_fw", &ghost_device, "sample_driver_fw", &ghost_device,
"my device pointer", "my device pointer",
sample_probe_async_cont); sample_probe_async_cont);
......
...@@ -172,7 +172,6 @@ static void fw_remove_class_device(struct class_device *class_dev) ...@@ -172,7 +172,6 @@ static void fw_remove_class_device(struct class_device *class_dev)
static struct class_device *class_dev; static struct class_device *class_dev;
static struct device my_device = { static struct device my_device = {
.name = "Sample Device",
.bus_id = "my_dev0", .bus_id = "my_dev0",
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册