projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6b90c
)
[media] [-mmotm] media: video/adp1653.c needs module.h
author
Randy Dunlap
<rdunlap@xenotime.net>
Wed, 3 Aug 2011 16:12:26 +0000
(13:12 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 21 Sep 2011 17:51:51 +0000
(14:51 -0300)
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>
drivers/media/video/adp1653.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/adp1653.c
b/drivers/media/video/adp1653.c
index
d0e8ac1
..
2e874c3
100644
(file)
--- a/
drivers/media/video/adp1653.c
+++ b/
drivers/media/video/adp1653.c
@@
-32,6
+32,7
@@
#include <linux/delay.h>
#include <linux/i2c.h>
+#include <linux/module.h>
#include <linux/slab.h>
#include <linux/version.h>
#include <media/adp1653.h>