media: cx18: Remove unused cx18_reset_ir_gpio
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 12 Oct 2024 23:39:32 +0000 (00:39 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 11 Dec 2024 18:48:17 +0000 (19:48 +0100)
commit11c7fd6e0f62b24b3e6b0558bcbd0c3bbf541718
tree3e9b68b4b6547a2e989b28577ec6548fdb9aea6a
parent6c10d1adae82e1c8da16e7ebd2320e69f20b9d6f
media: cx18: Remove unused cx18_reset_ir_gpio

cx18_reset_ir_gpio() has been unused in tree since 2009
commit eefe1010a465 ("V4L/DVB (10759): cx18: Convert GPIO connected
functions to act as v4l2_subdevices")

It has a comment saying it's exported for use by 'lirc_pvr150' but I don't
see any sign of it in the lirc git, and I see it removed support
for lirc_i2c.c 'Flavors of the Hauppage PVR-150...' in 2014.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/cx18/cx18-gpio.c
drivers/media/pci/cx18/cx18-gpio.h