summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-02 14:26:43 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:31 +0200
commite9b1ede595b1fb80bc1218c964610469df5e11be (patch)
tree6b2bbec43201c168b612f9d1b44c2ec57a7b81f2
parent7c86950368223dd62f1b664a0014826572cb3caa (diff)
mali: Include module.h after 3.2 update
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
-rw-r--r--drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_pm.c1
-rw-r--r--drivers/gpu/mali/mali400ko/x11/mali_drm/mali/mali_drv.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_pm.c b/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_pm.c
index d868582c75a..aaafc151077 100644
--- a/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_pm.c
+++ b/drivers/gpu/mali/mali400ko/driver/src/devicedrv/mali/linux/mali_kernel_pm.c
@@ -23,6 +23,7 @@
#include <linux/pm_runtime.h>
#endif /* CONFIG_PM_RUNTIME */
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/version.h>
#include <asm/current.h>
diff --git a/drivers/gpu/mali/mali400ko/x11/mali_drm/mali/mali_drv.c b/drivers/gpu/mali/mali400ko/x11/mali_drm/mali/mali_drv.c
index aa0d0c5059c..583fb55c50a 100644
--- a/drivers/gpu/mali/mali400ko/x11/mali_drm/mali/mali_drv.c
+++ b/drivers/gpu/mali/mali400ko/x11/mali_drm/mali/mali_drv.c
@@ -12,6 +12,7 @@
* @file mali_drv.c
* Implementation of the Linux device driver entrypoints for Mali DRM
*/
+#include <linux/module.h>
#include <linux/vermagic.h>
#include <drm/drmP.h>
#include "mali_drv.h"