Skip to content

Commit

Permalink
[media] V4L: omap1_camera: fix missing <linux/module.h> include
Browse files Browse the repository at this point in the history
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: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Janusz Krzysztofik authored and Mauro Carvalho Chehab committed Dec 11, 2011
1 parent 08da558 commit 9c0223b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/omap1_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 9c0223b

Please sign in to comment.