Commit 6aec187a90aeb883533c9180e2acac1e54c87f7d

Authored by Paul Gortmaker
1 parent 3b8ce3aed9

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/media/video/s5k6aa.c
... ... @@ -19,6 +19,7 @@
19 19 #include <linux/gpio.h>
20 20 #include <linux/i2c.h>
21 21 #include <linux/media.h>
  22 +#include <linux/module.h>
22 23 #include <linux/regulator/consumer.h>
23 24 #include <linux/slab.h>
24 25