summaryrefslogtreecommitdiff
path: root/drivers/mfd/wcd9xxx-utils.c
diff options
context:
space:
mode:
authorLaxminath Kasam <lkasam@codeaurora.org>2016-11-03 21:24:25 +0530
committerLaxminath Kasam <lkasam@codeaurora.org>2016-11-03 21:24:25 +0530
commitcb24f354ce6bc553541b2591e29daa16c54d2de3 (patch)
tree1c126805fb3e3a1d820764f9aa302066e716e861 /drivers/mfd/wcd9xxx-utils.c
parent9a5e4de1022b15364b14eee9bb09cfcda1601eb7 (diff)
drivers: mfd: Fix 32-bit audio compile
Add header in utils to resolve compile issue in 32-bit mode. Change-Id: I542b9fe014cff5a4b944eaab6034bfdb3e63a087 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
Diffstat (limited to 'drivers/mfd/wcd9xxx-utils.c')
-rw-r--r--drivers/mfd/wcd9xxx-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wcd9xxx-utils.c b/drivers/mfd/wcd9xxx-utils.c
index fab594992df3..344a0d5330aa 100644
--- a/drivers/mfd/wcd9xxx-utils.c
+++ b/drivers/mfd/wcd9xxx-utils.c
@@ -18,6 +18,7 @@
#include <linux/slab.h>
#include <linux/regmap.h>
#include <linux/delay.h>
+#include <linux/sched.h>
#include <linux/mfd/core.h>
#include <linux/mfd/wcd9xxx/pdata.h>
#include <linux/mfd/wcd9xxx/core.h>