mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 12:06:42 +07:00
c5540fbb9d
The basic API of rc-core used to be: dev = rc_allocate_device(); dev->x = a; dev->y = b; dev->z = c; rc_register_device(); which is a pretty common pattern in the kernel, after the introduction of protocol arrays the API looks something like: dev = rc_allocate_device(); dev->x = a; rc_set_allowed_protocols(dev, RC_BIT_X); dev->z = c; rc_register_device(); There's no real need for the protocols to be an array, so change it back to be consistent (and in preparation for the following patches). [m.chehab@samsung.com: added missing changes at some files] Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> |
||
---|---|---|
.. | ||
altera-ci.c | ||
altera-ci.h | ||
cimax2.c | ||
cimax2.h | ||
cx23885-417.c | ||
cx23885-alsa.c | ||
cx23885-av.c | ||
cx23885-av.h | ||
cx23885-cards.c | ||
cx23885-core.c | ||
cx23885-dvb.c | ||
cx23885-f300.c | ||
cx23885-f300.h | ||
cx23885-i2c.c | ||
cx23885-input.c | ||
cx23885-input.h | ||
cx23885-ioctl.c | ||
cx23885-ioctl.h | ||
cx23885-ir.c | ||
cx23885-ir.h | ||
cx23885-reg.h | ||
cx23885-vbi.c | ||
cx23885-video.c | ||
cx23885-video.h | ||
cx23885.h | ||
cx23888-ir.c | ||
cx23888-ir.h | ||
Kconfig | ||
Makefile | ||
netup-eeprom.c | ||
netup-eeprom.h | ||
netup-init.c | ||
netup-init.h |