提交 4a98b212 编写于 作者: H Henrique Camargo 提交者: Mauro Carvalho Chehab

[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: NHenrique Camargo <henrique@henriquecamargo.com>
Signed-off-by: NDiogo Luvizon <diogoluvizon@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 8e57dec0
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <linux/videodev2.h> #include <linux/videodev2.h>
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/module.h>
#include <mach/mux.h> #include <mach/mux.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册