diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2011-08-03 12:12:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-21 13:51:51 -0400 |
commit | ae11e354b80fabdb57ca09a7ff26a89a79396034 (patch) | |
tree | e5c1a266b6e16215ced7238064fa7905fd7243d0 | |
parent | 6f6b90c9231ad6b18f7393e1b6c6cef9dc6aa77c (diff) |
[media] [-mmotm] media: video/adp1653.c needs module.h
adp1653.c uses interfaces that are provided by <linux/module.h>
and needs to include that header file to fix build errors.
and more.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/adp1653.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/adp1653.c b/drivers/media/video/adp1653.c index d0e8ac1f9cde..2e874c335c13 100644 --- a/drivers/media/video/adp1653.c +++ b/drivers/media/video/adp1653.c | |||
@@ -32,6 +32,7 @@ | |||
32 | 32 | ||
33 | #include <linux/delay.h> | 33 | #include <linux/delay.h> |
34 | #include <linux/i2c.h> | 34 | #include <linux/i2c.h> |
35 | #include <linux/module.h> | ||
35 | #include <linux/slab.h> | 36 | #include <linux/slab.h> |
36 | #include <linux/version.h> | 37 | #include <linux/version.h> |
37 | #include <media/adp1653.h> | 38 | #include <media/adp1653.h> |