diff options
author | Andres Salomon <dilinger@queued.net> | 2010-06-29 15:05:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-06-29 15:29:31 -0700 |
commit | 12c46b336540b483df10d794bdee5d2f1aa8e33a (patch) | |
tree | fed145696f2b1fc2474956a6cf9664d8ba091f85 /fs/binfmt_flat.c | |
parent | 500ebb82b50194f97a53d17a152cfb734ced9f21 (diff) | |
download | linux-12c46b336540b483df10d794bdee5d2f1aa8e33a.tar.bz2 |
lxfb: fix incorrect __init annotation
WARNING: vmlinux.o(.data+0x196e8): Section mismatch in reference from the
variable lxfb_driver to the function .init.text:lxfb_probe() The variable
lxfb_driver references the function __init lxfb_probe()
This changes lxfb_probe and friends to use __devinit, and also adds
__devexit to lxfb_remove.
Signed-off-by: Andres Salomon <dilinger@queued.net>
Cc: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/binfmt_flat.c')
0 files changed, 0 insertions, 0 deletions