Commit d4232eb6 authored by Dave Jones's avatar Dave Jones

[PATCH] malloc.h -> slab.h

malloc.h is no more.
parent 2a5992a6
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/random.h> #include <linux/random.h>
#include <linux/poll.h> #include <linux/poll.h>
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
#include <linux/malloc.h> #include <linux/slab.h>
#include <linux/kbd_kern.h> #include <linux/kbd_kern.h>
/* the following are borrowed from pc_keyb.c, thanks to those involved! */ /* the following are borrowed from pc_keyb.c, thanks to those involved! */
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <linux/irq.h> #include <linux/irq.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/malloc.h> #include <linux/slab.h>
#include <asm/iSeries/HvCallPci.h> #include <asm/iSeries/HvCallPci.h>
#include <asm/iSeries/HvCallXm.h> #include <asm/iSeries/HvCallXm.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