]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
media: rc: move ir-lirc-codec.c contents into lirc_dev.c
authorSean Young <sean@mess.org>
Thu, 2 Nov 2017 20:39:16 +0000 (16:39 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 14 Dec 2017 15:35:23 +0000 (10:35 -0500)
commit42e0442f8a237d3de9ea3f2dd2be2739e6db7fdb
tree438851cd2d530b3e80e84ded367bf6ee26cf5a0e
parent8a866fee3909c49738e1c4429a8d2b9bf27e015d
media: rc: move ir-lirc-codec.c contents into lirc_dev.c

Since removing the lirc kapi, ir-lirc-codec.c only contains lirc fops
so the file name is no longer correct. By moving its content into
lirc_dev.c the ugly extern struct lirc_fops is not longer needed,
and everything lirc related is in one file.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/Makefile
drivers/media/rc/ir-lirc-codec.c [deleted file]
drivers/media/rc/lirc_dev.c
drivers/media/rc/rc-core-priv.h