diff options
author | Ramax Lo <ramaxlo@gmail.com> | 2009-07-10 13:30:56 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-31 00:56:41 +0200 |
commit | 909db80297ba65699a77d877f7bf618ba960f6fc (patch) | |
tree | ba511ea415eed00c24b0a23137417a7a167fbbaf /drivers/leds | |
parent | ARM: S3C24XX: serial: Fix section mismatch warnings (diff) | |
download | linux-909db80297ba65699a77d877f7bf618ba960f6fc.tar.xz linux-909db80297ba65699a77d877f7bf618ba960f6fc.zip |
ARM: S3C64XX: serial: Fix section mismatch warning
Rename the structure to avoid the following warning:
WARNING: vmlinux.o(.data+0x11ef4): Section mismatch in reference from the variable
s3c6400_serial_drv to the function .devexit.text:s3c24xx_serial_remove()
The variable s3c6400_serial_drv references
the function __devexit s3c24xx_serial_remove()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
Signed-off-by: Ramax Lo <ramaxlo@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/leds')
0 files changed, 0 insertions, 0 deletions