dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Henrique Camargo 2012-02-08 12:44:30 -03:00 committed by Mauro Carvalho Chehab
parent 8e57dec045
commit 4a98b21276
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <linux/videodev2.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/module.h>
#include <mach/mux.h>