Commit 37e66d92 authored by David S. Miller's avatar David S. Miller

[PATCH] malloc.h references

linux/malloc.h --> linux/slab.h
parent 7573b379
......@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/sched.h>
#include <linux/malloc.h>
#include <linux/slab.h>
#include <linux/mman.h>
#include <linux/init.h>
......
......@@ -7,7 +7,8 @@
#include <linux/device.h>
#include <linux/module.h>
#include <linux/malloc.h>
#include <linux/slab.h>
#include <linux/init.h>
#undef DEBUG
......
......@@ -8,7 +8,7 @@
#include <linux/device.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/malloc.h>
#include <linux/slab.h>
extern struct driver_file_entry * device_default_files[];
......
......@@ -46,7 +46,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/pci.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment