aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2010-07-07 14:33:05 +0200
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:45 -0600
commitb8222789ca02e6a171970edc598d8d68d4fa475c (patch)
tree3e6b7abf12be3faa3cece3eab2d29c71a57e33ed
parentcb044cdd897b06571fd1baf5d1655d9b691e491a (diff)
fix build errors due to missing slab.h
Change-Id: Idd0505e92ad517e7c147e96b777f5a1dc703d61e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2548 Tested-by: Mian Yousaf KAUKAB <mian.yousaf.kaukab@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--drivers/tee/tee_driver.c1
-rw-r--r--drivers/video/mcde/mcde_hw.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tee/tee_driver.c b/drivers/tee/tee_driver.c
index 5f9ea5744e1..3655f9e5bfc 100644
--- a/drivers/tee/tee_driver.c
+++ b/drivers/tee/tee_driver.c
@@ -14,6 +14,7 @@
#include <linux/miscdevice.h>
#include <linux/uaccess.h>
#include <linux/tee.h>
+#include <linux/slab.h>
#define TEED_NAME "tee"
diff --git a/drivers/video/mcde/mcde_hw.c b/drivers/video/mcde/mcde_hw.c
index 4b3b6957e25..3ea45fe710e 100644
--- a/drivers/video/mcde/mcde_hw.c
+++ b/drivers/video/mcde/mcde_hw.c
@@ -22,6 +22,7 @@
#include <linux/interrupt.h>
#include <linux/regulator/consumer.h>
#include <linux/clk.h>
+#include <linux/slab.h>
#include "dsilink_regs.h"
#include "mcde_regs.h"
#include <video/mcde.h>