From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Tue, 8 Nov 2011 19:56:50 +0000 (-0500)
Subject: drivers/media: video/a5k6aa is a module and so needs module.h
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6aec187a90aeb883533c9180e2acac1e54c87f7d;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

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>