diff options
author | David Härdeman <david@hardeman.nu> | 2017-06-25 09:32:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2017-10-04 14:24:17 -0300 |
commit | 13f96555d6faa6dc57fb5faedf728447a3188230 (patch) | |
tree | 4ad662433ad3b9456fc6637759a10cb67f939063 /include/media | |
parent | f08e52878e101f3794c432dcbaa2179d1a903ded (diff) | |
download | talos-obmc-linux-13f96555d6faa6dc57fb5faedf728447a3188230.tar.gz talos-obmc-linux-13f96555d6faa6dc57fb5faedf728447a3188230.zip |
[media] media: lirc_zilog: use a dynamically allocated lirc_dev
lirc_zilog currently embeds a struct lirc_dev in its own struct IR,
but subsequent patches will make the lifetime of struct lirc_dev
dynamic (i.e. it will be free():d once lirc_dev is sure there are
no users of the struct).
Therefore, change lirc_zilog to use a pointer to a dynamically
allocated struct lirc_dev.
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions