Skip to content

Commit

Permalink
[media] media: davinci: added module.h to resolve unresolved macros
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Henrique Camargo authored and Mauro Carvalho Chehab committed Feb 28, 2012
1 parent 8e57dec commit 4a98b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/davinci/isif.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <linux/videodev2.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/module.h>

#include <mach/mux.h>

Expand Down

0 comments on commit 4a98b21

Please sign in to comment.