The following patch series fixes up various drivers which go
poking around in struct rc_dev for no good reason.
---
David Härdeman (7):
rc-core: ati_remote - leave the internals of rc_dev alone
rc-core: img-ir - leave the internals of rc_dev alone
rc-core: img-nec-decoder - leave the internals of rc_dev alone
rc-core: sanyo - leave the internals of rc_dev alone
rc-core: ir-raw - leave the internals of rc_dev alone
rc-core: cx231xx - leave the internals of rc_dev alone
rc-core: tm6000 - leave the internals of rc_dev alone
drivers/media/rc/ati_remote.c | 3 ---
drivers/media/rc/img-ir/img-ir-hw.c | 4 ----
drivers/media/rc/ir-nec-decoder.c | 10 +++-------
drivers/media/rc/ir-sanyo-decoder.c | 10 +++-------
drivers/media/rc/rc-ir-raw.c | 4 +---
drivers/media/usb/cx231xx/cx231xx-input.c | 5 ++---
drivers/media/usb/tm6000/tm6000-input.c | 4 ----
7 files changed, 9 insertions(+), 31 deletions(-)
--
David Härdeman