summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap1_camera.c
diff options
context:
space:
mode:
authorJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>2011-11-24 19:16:35 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-26 13:45:38 -0200
commitd95d7b91b4c6e3dfe94c07cd04993f60c887073d (patch)
tree957c191c628ce21db395a4b5171322217c5472f9 /drivers/media/video/omap1_camera.c
parent87d466e503ab1e071eac4bd89c46eb3cb53246a1 (diff)
downloadlinux-d95d7b91b4c6e3dfe94c07cd04993f60c887073d.tar.gz
linux-d95d7b91b4c6e3dfe94c07cd04993f60c887073d.tar.xz
linux-d95d7b91b4c6e3dfe94c07cd04993f60c887073d.zip
[media] V4L: omap1_camera: fix missing <linux/module.h> include
Otherwise compilation breaks with: ... after apparently no longer included recursively from other header files. Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap1_camera.c')
-rw-r--r--drivers/media/video/omap1_camera.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/omap1_camera.c b/drivers/media/video/omap1_camera.c
index e87ae2f634b2..6a6cf388bae4 100644
--- a/drivers/media/video/omap1_camera.c
+++ b/drivers/media/video/omap1_camera.c
@@ -24,6 +24,7 @@
#include <linux/clk.h>
#include <linux/dma-mapping.h>
#include <linux/interrupt.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>