summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-26 06:33:38 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-26 06:33:38 +0000
commit5b81c1f4fc397d1cc32bebb5a987473573236e3c (patch)
tree4572e86f7a264ad2e408fd909f71522ef0d1e2c8 /drivers
parent9867a95253d54189e54207bbc603b9112e93098c (diff)
downloadmpv-5b81c1f4fc397d1cc32bebb5a987473573236e3c.tar.bz2
mpv-5b81c1f4fc397d1cc32bebb5a987473573236e3c.tar.xz
malloc.h -> slab.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1967 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers')
-rw-r--r--drivers/radeon/radeonfb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/radeon/radeonfb.c b/drivers/radeon/radeonfb.c
index c854b757ea..aaa997adfa 100644
--- a/drivers/radeon/radeonfb.c
+++ b/drivers/radeon/radeonfb.c
@@ -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>