From: Hans Verkuil <hverkuil@xs4all.nl>
Date: Thu, 24 Nov 2011 11:47:51 +0000 (-0300)
Subject: [media] ir-sanyo-decoder.c doesn't compile
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2e962f4efa944d47bbfacdd7f93fb21a99272357;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[media] ir-sanyo-decoder.c doesn't compile

I get this error when compiling for_v3.3:

There is a include <linux/module.h> missing.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---

diff --git a/drivers/media/rc/ir-sanyo-decoder.c b/drivers/media/rc/ir-sanyo-decoder.c
index 164673071252..d38fbdd0b25a 100644
--- a/drivers/media/rc/ir-sanyo-decoder.c
+++ b/drivers/media/rc/ir-sanyo-decoder.c
@@ -21,6 +21,7 @@
  * Information for this protocol is available at the Sanyo LC7461 datasheet.
  */
 
+#include <linux/module.h>
 #include <linux/bitrev.h>
 #include "rc-core-priv.h"