summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/lirc_dev.c
diff options
context:
space:
mode:
authorJarod Wilson2010-07-16 19:25:33 +0200
committerMauro Carvalho Chehab2010-08-02 21:42:55 +0200
commit5690085e7ba7f3081c6ab6db3a3b543444ad8a21 (patch)
tree09d33f31298e00fa10ca8a05316e5c651ae75e4c /drivers/media/IR/lirc_dev.c
parentV4L/DVB: drivers/media/video: Remove dead CONFIG_FB_OMAP2_FORCE_AUTO_UPDATE (diff)
downloadkernel-qcow2-linux-5690085e7ba7f3081c6ab6db3a3b543444ad8a21.tar.gz
kernel-qcow2-linux-5690085e7ba7f3081c6ab6db3a3b543444ad8a21.tar.xz
kernel-qcow2-linux-5690085e7ba7f3081c6ab6db3a3b543444ad8a21.zip
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>
Diffstat (limited to 'drivers/media/IR/lirc_dev.c')
-rw-r--r--drivers/media/IR/lirc_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/IR/lirc_dev.c b/drivers/media/IR/lirc_dev.c
index c11b8f706258..899891bec352 100644
--- a/drivers/media/IR/lirc_dev.c
+++ b/drivers/media/IR/lirc_dev.c
@@ -37,7 +37,7 @@
#include <linux/cdev.h>
#include <media/lirc.h>
-#include "lirc_dev.h"
+#include <media/lirc_dev.h>
static int debug;