From: Wanlong Gao Date: Sat, 20 Aug 2011 04:12:07 +0000 (+0800) Subject: drivers:uio:fix section mismatch in uio_pdrv_genirq.c X-Git-Tag: v3.2-rc1~184^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9245acd20d58d5a9a3ed5ebf8c486e0609027817;p=pandora-kernel.git drivers:uio:fix section mismatch in uio_pdrv_genirq.c Remove the __devinitconst to fix the section mismatch. WARNING: drivers/uio/built-in.o(.data+0x2e8): Section mismatch in reference from the variable uio_pdrv_genirq to the variable .devinit.rodata:uio_of_genirq_match The variable uio_pdrv_genirq references the variable __devinitconst uio_of_genirq_match If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Signed-off-by: Wanlong Gao Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed