aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/ir-lirc-codec.c
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2010-07-16 14:25:33 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 16:42:55 -0300
commit5690085e7ba7f3081c6ab6db3a3b543444ad8a21 (patch)
tree09d33f31298e00fa10ca8a05316e5c651ae75e4c /drivers/media/IR/ir-lirc-codec.c
parentV4L/DVB: drivers/media/video: Remove dead CONFIG_FB_OMAP2_FORCE_AUTO_UPDATE (diff)
downloadlinux-dev-5690085e7ba7f3081c6ab6db3a3b543444ad8a21.tar.xz
linux-dev-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/ir-lirc-codec.c')
-rw-r--r--drivers/media/IR/ir-lirc-codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/IR/ir-lirc-codec.c b/drivers/media/IR/ir-lirc-codec.c
index 178bc5baab78..afb1ada36c78 100644
--- a/drivers/media/IR/ir-lirc-codec.c
+++ b/drivers/media/IR/ir-lirc-codec.c
@@ -15,9 +15,9 @@
#include <linux/sched.h>
#include <linux/wait.h>
#include <media/lirc.h>
+#include <media/lirc_dev.h>
#include <media/ir-core.h>
#include "ir-core-priv.h"
-#include "lirc_dev.h"
#define LIRCBUF_SIZE 256