]> git.pld-linux.org Git - packages/kernel.git/blame - linux-tdfxfb-nofloat.patch
- minor fix. it builds but linking needs fix.
[packages/kernel.git] / linux-tdfxfb-nofloat.patch
CommitLineData
460c9f95
JB
1--- linux-2.6.3/drivers/video/tdfxfb.c.orig 2004-02-24 11:08:06.000000000 +0100
2+++ linux-2.6.3/drivers/video/tdfxfb.c 2004-02-25 12:33:09.000000000 +0100
3@@ -86,9 +86,9 @@
4 #define DPRINTK(a,b...)
5 #endif
6
7-#define BANSHEE_MAX_PIXCLOCK 270000.0
8-#define VOODOO3_MAX_PIXCLOCK 300000.0
9-#define VOODOO5_MAX_PIXCLOCK 350000.0
10+#define BANSHEE_MAX_PIXCLOCK 270000
11+#define VOODOO3_MAX_PIXCLOCK 300000
12+#define VOODOO5_MAX_PIXCLOCK 350000
13
14 static struct fb_fix_screeninfo tdfx_fix __initdata = {
15 .id = "3Dfx",
This page took 0.055729 seconds and 4 git commands to generate.