Commit aefb5e34 authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab

media: rc: include <uapi/linux/lirc.h> rather than <media/lirc.h>

This removes the need for include/media/lirc.h, which just includes
the uapi file.
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 42e0442f
......@@ -26,7 +26,7 @@
#include <linux/wait.h>
#include "rc-core-priv.h"
#include <media/lirc.h>
#include <uapi/linux/lirc.h>
#define LOGHEAD "lirc_dev (%s[%d]): "
#define LIRCBUF_SIZE 256
......
#include <uapi/linux/lirc.h>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment