提交 c971ef46 编写于 作者: A Andrew Morton 提交者: Jeff Garzik

[PATCH] seeq8005 section fix

WARNING: drivers/net/seeq8005.o - Section mismatch: reference to .init.text:seeq8005_probe from .text between 'init_module' (at offset 0x106) and 'seeq8005_open'

Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 1e13b0d8
...@@ -742,7 +742,7 @@ module_param(irq, int, 0); ...@@ -742,7 +742,7 @@ module_param(irq, int, 0);
MODULE_PARM_DESC(io, "SEEQ 8005 I/O base address"); MODULE_PARM_DESC(io, "SEEQ 8005 I/O base address");
MODULE_PARM_DESC(irq, "SEEQ 8005 IRQ number"); MODULE_PARM_DESC(irq, "SEEQ 8005 IRQ number");
int init_module(void) int __init init_module(void)
{ {
dev_seeq = seeq8005_probe(-1); dev_seeq = seeq8005_probe(-1);
if (IS_ERR(dev_seeq)) if (IS_ERR(dev_seeq))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册