diff options
| author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-08 14:56:50 -0500 |
|---|---|---|
| committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-08 14:56:50 -0500 |
| commit | 6aec187a90aeb883533c9180e2acac1e54c87f7d (patch) | |
| tree | 4448311943ef60cdf47f90200716a54d885b0ede | |
| parent | 3b8ce3aed986090d9249629f97c53b4dfb8c9783 (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>
| -rw-r--r-- | drivers/media/video/s5k6aa.c | 1 |
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 @@ | |||
| 19 | #include <linux/gpio.h> | 19 | #include <linux/gpio.h> |
| 20 | #include <linux/i2c.h> | 20 | #include <linux/i2c.h> |
| 21 | #include <linux/media.h> | 21 | #include <linux/media.h> |
| 22 | #include <linux/module.h> | ||
| 22 | #include <linux/regulator/consumer.h> | 23 | #include <linux/regulator/consumer.h> |
| 23 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
| 24 | 25 | ||
