commit | 712551f0e45d668bd42cf5ce752f02fa0bba63f2 | [log] [tgz] |
---|---|---|
author | David Härdeman <david@hardeman.nu> | Mon May 01 13:04:21 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Jun 06 09:04:35 2017 -0300 |
tree | a6339e26921016db64637262751815b870ef1645 | |
parent | bd16168da80dde6cfc6b7f89959206b74409cb86 [diff] |
[media] lirc_dev: remove lirc_irctl_init() and lirc_cdev_add() These two functions only make the logic in lirc_register_driver() harder to follow. (Note that almost no other driver calls kobject_set_name() on their cdev so I simply removed that part). Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>