added a lot of printk output to ease writing of emulator
[linux-2.4.21-pre4.git] / include / linux / malloc.h
1 #ifndef _LINUX_MALLOC_H
2 #define _LINUX_MALLOC_H
3
4 #warning linux/malloc.h is deprecated, use linux/slab.h instead.
5
6 #include <linux/slab.h>
7 #endif /* _LINUX_MALLOC_H */