<linux/malloc.h> --> <linux/slab.h>

This commit is contained in:
Karsten Keil 2001-12-05 14:23:39 +00:00
parent 48f188595e
commit 2cd7c3ecdd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
*/
#include <linux/malloc.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/hisaxif.h>
#include "helper.h"