aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-08 14:56:50 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-08 14:56:50 -0500
commit6aec187a90aeb883533c9180e2acac1e54c87f7d (patch)
tree4448311943ef60cdf47f90200716a54d885b0ede /drivers/media
parent3b8ce3aed986090d9249629f97c53b4dfb8c9783 (diff)
drivers/media: video/a5k6aa is a module and so needs module.h
This file uses core functions like module_init() and module_exit() and so it explicitly needs to include the module.h header. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/s5k6aa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/s5k6aa.c b/drivers/media/video/s5k6aa.c
index 2446736b7871..0df7f2a41814 100644
--- a/drivers/media/video/s5k6aa.c
+++ b/drivers/media/video/s5k6aa.c
@@ -19,6 +19,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/media.h>
+#include <linux/module.h>
#include <linux/regulator/consumer.h>
#include <linux/slab.h>