[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1328719470-30571-1-git-send-email-henrique@henriquecamargo.com>
Date: Wed, 8 Feb 2012 14:44:30 -0200
From: Henrique Camargo <henrique@...riquecamargo.com>
To: linux-kernel@...r.kernel.org
Cc: linux-media@...r.kernel.org, g.liakhovetski@....de,
matti.j.aaltonen@...ia.com, laurent.pinchart@...asonboard.com,
mchehab@...radead.org,
Henrique Camargo <henrique@...riquecamargo.com>,
Diogo Luvizon <diogoluvizon@...il.com>
Subject: [PATCH] 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@...riquecamargo.com>
Signed-off-by: Diogo Luvizon <diogoluvizon@...il.com>
---
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 1e63852..5278fe7 100644
--- a/drivers/media/video/davinci/isif.c
+++ b/drivers/media/video/davinci/isif.c
@@ -34,6 +34,7 @@
#include <linux/videodev2.h>
#include <linux/clk.h>
#include <linux/err.h>
+#include <linux/module.h>
#include <mach/mux.h>
--
1.7.8.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists