Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a98b212 authored by Henrique Camargo's avatar Henrique Camargo Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarHenrique Camargo <henrique@henriquecamargo.com>
Signed-off-by: default avatarDiogo Luvizon <diogoluvizon@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 8e57dec0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#include <linux/videodev2.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/module.h>

#include <mach/mux.h>