]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
drivers/media: video/a5k6aa is a module and so needs module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 8 Nov 2011 19:56:50 +0000 (14:56 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 8 Nov 2011 19:56:50 +0000 (14:56 -0500)
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>
drivers/media/video/s5k6aa.c

index 2446736b787115cb6e51f3e4fc32c2960a27694c..0df7f2a418140420c370e514e3c54a2da912820d 100644 (file)
@@ -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>