lkml.org 
[lkml]   [2005]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] teles3 eliminate bad section references
Fix teles3 section references:
convert __initdata to __devinitdata.

Error: ./drivers/isdn/hisax/teles3.o .text refers to 000011ab R_386_32
.init.data
Error: ./drivers/isdn/hisax/teles3.o .text refers to 000011ba R_386_32
.init.data
Error: ./drivers/isdn/hisax/teles3.o .text refers to 000011e0 R_386_32
.init.data
Error: ./drivers/isdn/hisax/teles3.o .text refers to 000011fd R_386_32
.init.data
Error: ./drivers/isdn/hisax/teles3.o .text refers to 0000128c R_386_32
.init.data
Error: ./drivers/isdn/hisax/teles3.o .text refers to 00001294 R_386_32
.init.data
Error: ./drivers/isdn/hisax/teles3.o .text refers to 000012a6 R_386_32
.init.data


Signed-off-by: maximilian attems <janitor@sternwelten.at>


diff -pruN -X dontdiff linux-2.6.11-bk8/drivers/isdn/hisax/teles3.c
linux-2.6.11-bk8-max/drivers/isdn/hisax/teles3.c
--- linux-2.6.11-bk8/drivers/isdn/hisax/teles3.c 2005-03-02 08:38:33.000000000 +0100
+++ linux-2.6.11-bk8-max/drivers/isdn/hisax/teles3.c 2005-03-14 00:47:32.000000000 +0100
@@ -254,7 +254,7 @@ Teles_card_msg(struct IsdnCardState *cs,

#ifdef __ISAPNP__

-static struct isapnp_device_id teles_ids[] __initdata = {
+static struct isapnp_device_id teles_ids[] __devinitdata = {
{ ISAPNP_VENDOR('T', 'A', 'G'), ISAPNP_FUNCTION(0x2110),
ISAPNP_VENDOR('T', 'A', 'G'), ISAPNP_FUNCTION(0x2110),
(unsigned long) "Teles 16.3 PnP" },
@@ -267,7 +267,7 @@ static struct isapnp_device_id teles_ids
{ 0, }
};

-static struct isapnp_device_id *ipid __initdata = &teles_ids[0];
+static struct isapnp_device_id *ipid __devinitdata = &teles_ids[0];
static struct pnp_card *pnp_c __devinitdata = NULL;
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:11    [W:0.044 / U:0.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site