summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-03-22 16:42:26 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-09-26 11:39:58 +0530
commitf48a16cda2a56cfb18837279a6ba2e897a62a316 (patch)
tree0ae6bbedd45aa3de5bda3ed7ec4db53d5ae82803
parent8bb6e6e1b47592ebee44860a1eae1216e7a83ba8 (diff)
gpu: mali: Fixed build error by including linux/module.h
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--drivers/gpu/arm/mali/linux/mali_kernel_pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/arm/mali/linux/mali_kernel_pm.c b/drivers/gpu/arm/mali/linux/mali_kernel_pm.c
index 7b525142ac87..570f899300e4 100644
--- a/drivers/gpu/arm/mali/linux/mali_kernel_pm.c
+++ b/drivers/gpu/arm/mali/linux/mali_kernel_pm.c
@@ -13,6 +13,7 @@
* Implementation of the Linux Power Management for Mali GPU kernel driver
*/
+#include <linux/module.h>
#if USING_MALI_PMM
#include <linux/sched.h>