[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    [PATCH] compile fix for matrox fb 2.5.2-9
From:       Patrick Mau <mau () oscar ! prima ! de>
Date:       2002-01-06 15:07:51
[Download RAW message or body]

Hello all,

attached is a small compile fix for matroxfb.
I'm still unable to link it because of the binutils issues.

I lost the perl script, maybe someone allready has a fix ?

drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols in discarded section .text.exit'
drivers/net/net.o(.data+0xd4): undefined reference to `local symbols in discarded section .text.exit'
make: *** [vmlinux] Error 1

cheers,
Patrick

--- linux-2.5.2-9/drivers/video/matrox/matroxfb_base.c	Fri Nov 23 21:05:59 2001
+++ work-2.5.2-9/drivers/video/matrox/matroxfb_base.c	Sun Jan  6 15:57:18 2002
@@ -1789,7 +1789,7 @@
 
 	strcpy(ACCESS_FBINFO(fbcon.modename), "MATROX VGA");
 	ACCESS_FBINFO(fbcon.changevar) = NULL;
-	ACCESS_FBINFO(fbcon.node) = -1;
+	ACCESS_FBINFO(fbcon.node) = to_kdev_t(-1);
 	ACCESS_FBINFO(fbcon.fbops) = &matroxfb_ops;
 	ACCESS_FBINFO(fbcon.disp) = d;
 	ACCESS_FBINFO(fbcon.switch_con) = &matroxfb_switch;

-
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/
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic