[Mplayer-cvslog] CVS: main/drivers/radeon radeonfb.c,1.7,1.8

Nick Kurshev nick at mplayer.dev.hu
Wed Sep 26 08:33:50 CEST 2001


Update of /cvsroot/mplayer/main/drivers/radeon
In directory mplayer:/var/tmp.root/cvs-serv1009/main/drivers/radeon

Modified Files:
	radeonfb.c 
Log Message:
malloc.h -> slab.h

Index: radeonfb.c
===================================================================
RCS file: /cvsroot/mplayer/main/drivers/radeon/radeonfb.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- radeonfb.c	25 Sep 2001 07:20:42 -0000	1.7
+++ radeonfb.c	26 Sep 2001 06:33:38 -0000	1.8
@@ -32,6 +32,7 @@
  *			propertly (by NK)
  *			0.1.0-ve.1
  *	2001-09-25	MTRR support (by NK)
+ *			0.1.0-ve.2
  *	Special thanks to ATI DevRel team for their hardware donations.
  *
  * LIMITATIONS: on dualhead Radeons (VE, M6, M7) driver doesn't work in
@@ -49,7 +50,7 @@
  *
 */
 
-#define RADEON_VERSION	"0.1.0-ve.1"
+#define RADEON_VERSION	"0.1.0-ve.2"
 
 #include <linux/config.h>
 #include <linux/module.h>
@@ -58,7 +59,7 @@
 #include <linux/string.h>
 #include <linux/mm.h>
 #include <linux/tty.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/fb.h>
 #include <linux/console.h>




More information about the MPlayer-cvslog mailing list