mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
malloc.h -> slab.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1967 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9867a95253
commit
5b81c1f4fc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user