commit | 42e0442f8a237d3de9ea3f2dd2be2739e6db7fdb | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Thu Nov 02 16:39:16 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Dec 14 10:35:23 2017 -0500 |
tree | 438851cd2d530b3e80e84ded367bf6ee26cf5a0e | |
parent | 8a866fee3909c49738e1c4429a8d2b9bf27e015d [diff] |
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>