aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/mxc/ldb.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2011-12-05 11:17:01 +0800
committerEric Miao <eric.miao@linaro.org>2011-12-22 15:17:33 +0800
commit20401bffc83f4e9fd18fd6032fea22082099ce88 (patch)
tree1ab891a1a0bdca1155ebacb0e8a7c8eef62e977b /drivers/video/mxc/ldb.c
parent1efd49ae0782e6a53cba58603c255e67c8e685af (diff)
SAUCE: fix the missing header of <linux/module.h>lt-3.2-imx5
Signed-off-by: Eric Miao <eric.miao@linaro.org>
Diffstat (limited to 'drivers/video/mxc/ldb.c')
-rw-r--r--drivers/video/mxc/ldb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/mxc/ldb.c b/drivers/video/mxc/ldb.c
index 401ebb4c3a5..180bf7f6f8d 100644
--- a/drivers/video/mxc/ldb.c
+++ b/drivers/video/mxc/ldb.c
@@ -24,6 +24,7 @@
* @brief This file contains the LDB driver device interface and fops
* functions.
*/
+#include <linux/module.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/platform_device.h>