Skip to content

Commit

Permalink
[media] ir-sanyo-decoder.c doesn't compile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent e469183 commit 2e962f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/rc/ir-sanyo-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2e962f4

Please sign in to comment.