Commit c11a166c authored by Colin Cross's avatar Colin Cross Committed by Greg Kroah-Hartman

android-common: Fix slab.h includes for 2.6.34-rc4

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c1b197ae
......@@ -31,6 +31,7 @@
#include <linux/sched.h>
#include <linux/uaccess.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include "binder.h"
......
......@@ -23,6 +23,7 @@
#include <linux/miscdevice.h>
#include <linux/uaccess.h>
#include <linux/poll.h>
#include <linux/slab.h>
#include <linux/time.h>
#include "logger.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