]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] malloc.h -> slab.h
authorDave Jones <davej@suse.de>
Wed, 3 Apr 2002 03:58:56 +0000 (19:58 -0800)
committerDave Jones <davej@suse.de>
Wed, 3 Apr 2002 03:58:56 +0000 (19:58 -0800)
malloc.h is no more.

arch/ppc/4xx_io/stb_kb.c
arch/ppc/iSeries/iSeries_irq.c

index f723e28029d6dd1571f2b9f173b9c42a60746a1d..ccb2cd83420d0327d2f9656a730c2e2b9adf35ca 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/random.h>
 #include <linux/poll.h>
 #include <linux/miscdevice.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 #include <linux/kbd_kern.h>
 
 /* the following are borrowed from pc_keyb.c, thanks to those involved! */
index c0760bceb475215e6df77ed6eba55b5e66806e6b..1d8efc93f1603897141d52ce11fa259e6a247bb4 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <linux/irq.h>
 #include <linux/spinlock.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 
 #include <asm/iSeries/HvCallPci.h>
 #include <asm/iSeries/HvCallXm.h>