uml: Fix build breakage after slab.h changes
authorJan Kiszka <jan.kiszka@web.de>
Mon, 19 Apr 2010 08:46:23 +0000 (17:46 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 19 Apr 2010 08:46:23 +0000 (17:46 +0900)
commit7f3c1fa4c3f52ef65005ae5162e5173e875b8c0c
treea8a1c7c333481e108de78a854d85a7bb9f84e43b
parent13bd8e4673d527a9e48f41956b11d391e7c2cfe0
uml: Fix build breakage after slab.h changes

We now have to to include linux/slab.h explicitly for kmalloc &
friends.  Files that build against host headers already get their
prototypes via um_malloc.h, linux/slab.h may even be unavailable.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/um/drivers/line.c
arch/um/os-Linux/helper.c