Skip to content

Commit

Permalink
drivers/media: video/a5k6aa is a module and so needs module.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed Nov 8, 2011
1 parent 3b8ce3a commit 6aec187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/s5k6aa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 6aec187

Please sign in to comment.