ChangeSet 1.2231.1.136, 2005/03/28 19:54:21-08:00, [EMAIL PROTECTED]
[PATCH] hfc_sx: eliminate bad section references
Fix hfc_sx section references:
convert __initdata to __devinitdata.
Error: ./drivers/isdn/hisax/hfc_sx.o .text refers to 0000204d R_386_32
.init.data
Error: ./drivers/isdn/hisax/hfc_sx.o .text refers to 0000205c R_386_32
.init.data
Error: ./drivers/isdn/hisax/hfc_sx.o .text refers to 00002082 R_386_32
.init.data
Error: ./drivers/isdn/hisax/hfc_sx.o .text refers to 0000209f R_386_32
.init.data
Error: ./drivers/isdn/hisax/hfc_sx.o .text refers to 00002114 R_386_32
.init.data
Error: ./drivers/isdn/hisax/hfc_sx.o .text refers to 0000211c R_386_32
.init.data
Error: ./drivers/isdn/hisax/hfc_sx.o .text refers to 0000212e R_386_32
.init.data
Signed-off-by: maximilian attems <[EMAIL PROTECTED]>
Acked-by: Randy Dunlap <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
hfc_sx.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -Nru a/drivers/isdn/hisax/hfc_sx.c b/drivers/isdn/hisax/hfc_sx.c
--- a/drivers/isdn/hisax/hfc_sx.c 2005-03-28 21:36:28 -08:00
+++ b/drivers/isdn/hisax/hfc_sx.c 2005-03-28 21:36:28 -08:00
@@ -1382,14 +1382,14 @@
}
#ifdef __ISAPNP__
-static struct isapnp_device_id hfc_ids[] __initdata = {
+static struct isapnp_device_id hfc_ids[] __devinitdata = {
{ ISAPNP_VENDOR('T', 'A', 'G'), ISAPNP_FUNCTION(0x2620),
ISAPNP_VENDOR('T', 'A', 'G'), ISAPNP_FUNCTION(0x2620),
(unsigned long) "Teles 16.3c2" },
{ 0, }
};
-static struct isapnp_device_id *ipid __initdata = &hfc_ids[0];
+static struct isapnp_device_id *ipid __devinitdata = &hfc_ids[0];
static struct pnp_card *pnp_c __devinitdata = NULL;
#endif
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html