Mercurial > mplayer.hg
changeset 1966:9d528800f110
malloc.h -> slab.h
author | nick |
---|---|
date | Wed, 26 Sep 2001 06:33:38 +0000 |
parents | 81e6dbfdfe6d |
children | 4e3e03effdac |
files | drivers/radeon/radeonfb.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/radeon/radeonfb.c Wed Sep 26 04:34:22 2001 +0000 +++ b/drivers/radeon/radeonfb.c Wed Sep 26 06:33:38 2001 +0000 @@ -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>