Files
android_kernel_xiaomi_sm8450/drivers/serial
Ramax Lo 8fe70a5f71 ARM: S3C24XX: serial: Fix section mismatch warnings
During kernel build process, the following warning was found:

WARNING: drivers/serial/built-in.o(.data+0x304): Section mismatch in reference from
the variable s3c2440_serial_drv to the function .devexit.text:s3c24xx_serial_remove()
The variable s3c2440_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,

The same warning happened for s3c241x platform. We rename variables to avoid
these warnings. These changes also apply to s3c2400 & s3c24a0 for consistency.

Signed-off-by: Ramax Lo <ramaxlo@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-07-30 23:56:41 +01:00
..
2008-02-08 09:22:25 -08:00
2008-02-08 09:22:25 -08:00
2009-04-06 14:36:26 -07:00
2008-02-03 14:47:38 +02:00
2008-04-30 08:29:47 -07:00
2008-10-16 16:52:06 +02:00
2009-04-08 14:33:38 -07:00
2006-12-08 08:28:57 -08:00
2009-06-22 11:32:23 -07:00
2008-10-20 08:52:36 -07:00
2009-06-22 11:32:23 -07:00
2009-06-22 11:32:25 -07:00
2009-06-22 11:32:23 -07:00
2007-07-18 08:38:22 -07:00