diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-07-26 02:13:04 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-26 05:57:14 +0200 |
commit | 005bdad7b80ac017ca21d795639d4214b9844a84 (patch) | |
tree | 0a34db88bbed36794984bd2c27e4f5ea3d6400ad /drivers/firmware/dmi-id.c | |
parent | include/linux/kernel.h: hide internal macros from userspace (diff) | |
download | linux-005bdad7b80ac017ca21d795639d4214b9844a84.tar.xz linux-005bdad7b80ac017ca21d795639d4214b9844a84.zip |
eisa/pci_eisa.c: fix section mismatch
Fixes
WARNING: vmlinux.o(.data+0x15d3ac): Section mismatch in reference from the variable pci_eisa_driver to the function .init.text:pci_eisa_init()
The variable pci_eisa_driver references the function __init pci_eisa_init()
If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/firmware/dmi-id.c')
0 files changed, 0 insertions, 0 deletions