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-12-13 14:53:57 +0530
commita7d4f10c575e262026d8a2b7c25f9379e5f762bf (patch)
tree99e60d4e7f408f75b2d999ed30a4b3c277c2b9e7
parentdb8f44943f16e898b4ab6345442e37959606cae8 (diff)
downloadlinux-topics-a7d4f10c575e262026d8a2b7c25f9379e5f762bf.tar.gz
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 7b525142ac8..570f899300e 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>