diff options
author | Sean Young <sean@mess.org> | 2017-11-02 21:44:21 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-14 16:35:24 +0100 |
commit | aefb5e3434db4a98f30fee460b0d8885aad0f456 (patch) | |
tree | 6f4085d8e3def80aecb7d00ab2304729d6317eb2 /include/media | |
parent | media: rc: move ir-lirc-codec.c contents into lirc_dev.c (diff) | |
download | linux-aefb5e3434db4a98f30fee460b0d8885aad0f456.tar.xz linux-aefb5e3434db4a98f30fee460b0d8885aad0f456.zip |
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: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/lirc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/lirc.h b/include/media/lirc.h deleted file mode 100644 index 554988c860c1..000000000000 --- a/include/media/lirc.h +++ /dev/null @@ -1 +0,0 @@ -#include <uapi/linux/lirc.h> |