ChangeSet 1.2231.1.133, 2005/03/28 19:53:31-08:00, [EMAIL PROTECTED]
[PATCH] w6692: eliminate bad section references
Fix w6692 section references:
added __init to W6692Version().
Error: ./drivers/isdn/hisax/w6692.o .text refers to 0000002f 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]>
w6692.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/isdn/hisax/w6692.c b/drivers/isdn/hisax/w6692.c
--- a/drivers/isdn/hisax/w6692.c 2005-03-28 21:35:50 -08:00
+++ b/drivers/isdn/hisax/w6692.c 2005-03-28 21:35:50 -08:00
@@ -49,7 +49,7 @@
{"W6692 V00", "W6692 V01", "W6692 V10",
"W6692 V11"};
-static void
+static void __init
W6692Version(struct IsdnCardState *cs, char *s)
{
int val;
-
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