kernel-hacking-2024-linux-s.../drivers/uio
Wanlong Gao 9245acd20d 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 <gaowanlong@cn.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-08-22 17:52:01 -07:00
..
Kconfig UIO: add PRUSS UIO driver support 2011-03-07 13:10:27 -08:00
Makefile UIO: add PRUSS UIO driver support 2011-03-07 13:10:27 -08:00
uio.c drivers:uio:change the goto label to consistent with others 2011-08-22 17:52:00 -07:00
uio_aec.c
uio_cif.c
uio_netx.c uio_netx: Add support for netPLC cards 2011-04-19 16:56:02 -07:00
uio_pci_generic.c uio: uio_pci_generic: Remove useless spin_lock 2011-08-22 17:52:00 -07:00
uio_pdrv.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
uio_pdrv_genirq.c drivers:uio:fix section mismatch in uio_pdrv_genirq.c 2011-08-22 17:52:01 -07:00
uio_pruss.c Fix common misspellings 2011-03-31 11:26:23 -03:00
uio_sercos3.c