diff options
author | David Härdeman <david@hardeman.nu> | 2017-09-21 16:13:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2017-10-04 14:13:08 -0300 |
commit | 5ddc9c098dc3f91243840cec12a2170e9ab9f33a (patch) | |
tree | 6c2e23873ab831d70c18aeb0b45ff014270f5bea /drivers/media/rc/rc-core-priv.h | |
parent | 46c8f4771154eb0dc21f5f2bc2640a33e8fe1d02 (diff) | |
download | linux-stable-5ddc9c098dc3f91243840cec12a2170e9ab9f33a.tar.gz linux-stable-5ddc9c098dc3f91243840cec12a2170e9ab9f33a.tar.bz2 linux-stable-5ddc9c098dc3f91243840cec12a2170e9ab9f33a.zip |
[media] media: rename struct lirc_driver to struct lirc_dev
This is in preparation for the later patches which do away with
struct irctl entirely.
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 'drivers/media/rc/rc-core-priv.h')
-rw-r--r-- | drivers/media/rc/rc-core-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h index 7da9c96cb058..ae4dd0c27731 100644 --- a/drivers/media/rc/rc-core-priv.h +++ b/drivers/media/rc/rc-core-priv.h @@ -106,7 +106,7 @@ struct ir_raw_event_ctrl { } mce_kbd; struct lirc_codec { struct rc_dev *dev; - struct lirc_driver *drv; + struct lirc_dev *ldev; int carrier_low; ktime_t gap_start; |