V4L/DVB: IR/lirc: make lirc userspace and staging modules buildable

The lirc userspace needs all the current ioctls defined, and we need to
put the header files in places out-of-tree and/or staging lirc drivers
(which I plan to prep soon) can easily build with. I've actually tested this
in a tree w/all the lirc drivers queued up to be submitted for staging. I'm
also reasonably sure that Andy Walls is going to need most of the ioctls
anyway for his cx23888 IR driver work.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jarod Wilson
2010-07-16 14:25:33 -03:00
committed by Mauro Carvalho Chehab
parent 1e68752877
commit 5690085e7b
4 changed files with 20 additions and 18 deletions

View File

@@ -37,7 +37,7 @@
#include <linux/cdev.h>
#include <media/lirc.h>
#include "lirc_dev.h"
#include <media/lirc_dev.h>
static int debug;