diff options
author | Henrique Camargo <henrique@henriquecamargo.com> | 2012-02-08 10:44:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-28 15:06:54 -0500 |
commit | 4a98b212768a3ba98c6508e0d5ca7470d3bccec3 (patch) | |
tree | 8b683d673fe17e651a55d3515446c824af89fc53 /drivers/media/video/davinci | |
parent | 8e57dec0454d8a3ba987d18b3ab19922c766d4bc (diff) |
[media] media: davinci: added module.h to resolve unresolved macros
Included module.h explicitly to resolve the macros THIS_MODULE and
MODULE_LICENSE. This avoids compilations errors as those defines were not
declared.
Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com>
Signed-off-by: Diogo Luvizon <diogoluvizon@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/davinci')
-rw-r--r-- | drivers/media/video/davinci/isif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/davinci/isif.c b/drivers/media/video/davinci/isif.c index 1e63852374be..5278fe7d6d0c 100644 --- a/drivers/media/video/davinci/isif.c +++ b/drivers/media/video/davinci/isif.c | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <linux/videodev2.h> | 34 | #include <linux/videodev2.h> |
35 | #include <linux/clk.h> | 35 | #include <linux/clk.h> |
36 | #include <linux/err.h> | 36 | #include <linux/err.h> |
37 | #include <linux/module.h> | ||
37 | 38 | ||
38 | #include <mach/mux.h> | 39 | #include <mach/mux.h> |
39 | 40 | ||