-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Three link warnings... one left after this patch... had a poke around
but didn't really understand why it was __ksymtab... on this one.

WARNING: vmlinux.o(__ksymtab+0x4a8): Section mismatch: reference to
.init.text:set_s3c2410ts_info (between '__ksymtab_set_s3c2410ts_info'
and '__ksymtab_s3c_device_ts')
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFHmcwAOjLpvpq7dMoRAqGPAJ93u8nZQqNriFxZZFa1xv7R0lm01ACggLEX
7T7VSrTb4jn/dki6J1mjozc=
=6BCY
-----END PGP SIGNATURE-----
fix-initdata-mismatch.patch

From: warmcat <[EMAIL PROTECTED]>

Signed-off-by: warmcat <[EMAIL PROTECTED]>
---

 arch/arm/mach-s3c2410/mach-gta01.c |    2 +-
 arch/arm/mach-s3c2440/mach-gta02.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index 8fbb8e7..fa9ae48 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -509,7 +509,7 @@ static struct s3c2410_ts_mach_info gta01_ts_cfg = {
 
 /* SPI */
 
-static struct spi_board_info gta01_spi_board_info[] __initdata = {
+static struct spi_board_info gta01_spi_board_info[] = {
 	{
 		.modalias	= "jbt6k74",
 		/* platform_data */
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 1f0c627..b09644b 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -461,7 +461,7 @@ static struct s3c2410_ts_mach_info gta02_ts_cfg = {
 
 /* SPI: LCM control interface attached to Glamo3362 */
 
-static struct spi_board_info gta02_spi_board_info[] __initdata = {
+static struct spi_board_info gta02_spi_board_info[] = {
 	{
 		.modalias	= "jbt6k74",
 		/* platform_data */

Reply via email to