summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2012-01-31 11:18:23 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:32 +0200
commitea32f2b6dd4d6d0a785e42a2133a661da3634498 (patch)
treef4ee58e5824c59bf37c6b0bc14b1d5fa2a27d774
parenta13a9531e937d32844a07e7ef8787a946bdb192f (diff)
mali: Add include <linux/module.h>
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-rw-r--r--drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_sysfs.c b/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_sysfs.c
index 60c77a7a359..866598ca1c7 100644
--- a/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_sysfs.c
+++ b/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_sysfs.c
@@ -16,6 +16,7 @@
#include <linux/fs.h>
#include <linux/device.h>
+#include <linux/module.h>
#include "mali_kernel_license.h"
#include "mali_kernel_linux.h"
#include "mali_ukk.h"