mirror of https://gitee.com/openkylin/linux.git
[MIPS] rtlx: Fix modpost warning
WARNING: vmlinux.o(.text+0x11504): Section mismatch: reference to .init.data:register_chrdev_failed (between 'rtlx_module_init' and 'rtlx_dispatch') Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
98de920a2a
commit
9d5a3f5fa3
|
@ -471,7 +471,7 @@ static int rtlx_irq_num = MIPS_CPU_IRQ_BASE + MIPS_CPU_RTLX_IRQ;
|
|||
static char register_chrdev_failed[] __initdata =
|
||||
KERN_ERR "rtlx_module_init: unable to register device\n";
|
||||
|
||||
static int rtlx_module_init(void)
|
||||
static int __init rtlx_module_init(void)
|
||||
{
|
||||
struct device *dev;
|
||||
int i, err;
|
||||
|
|
Loading…
Reference in New Issue