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 2446736..0df7f2a 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>