dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/pci/mantis
Mauro Carvalho Chehab 6860f9ca8c [media] mantis: get rid of warning: no previous prototype
drivers/media/pci/mantis/mantis_input.c:107:5: warning: no previous prototype for 'mantis_input_init' [-Wmissing-prototypes]
drivers/media/pci/mantis/mantis_input.c:153:5: warning: no previous prototype for 'mantis_exit' [-Wmissing-prototypes]
drivers/media/pci/mantis/mantis_uart.c:64:5: warning: no previous prototype for 'mantis_uart_read' [-Wmissing-prototypes]
drivers/media/pci/mantis/mantis_vp1033.c:118:5: warning: no previous prototype for 'lgtdqcs001f_set_symbol_rate' [-Wmissing-prototypes]
drivers/media/pci/mantis/mantis_vp1033.c:86:5: warning: no previous prototype for 'lgtdqcs001f_tuner_set' [-Wmissing-prototypes]

Note: there is already a mantis_exit at the mantis driver. So,
this should be renamed to mantis_input_exit.

The mantis_input code is currently unused, as it doesn't implement the RC API
right.

Patches for it are sent for discussions, but were never
accepted. So, while this is not fixed, the entire code inside
mantis_input can simply be commented.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-27 18:05:22 -02:00
..
Kconfig
Makefile
hopper_cards.c
hopper_vp3028.c
hopper_vp3028.h
mantis_ca.c
mantis_ca.h
mantis_cards.c
mantis_common.h
mantis_core.c
mantis_core.h
mantis_dma.c
mantis_dma.h
mantis_dvb.c
mantis_dvb.h
mantis_evm.c
mantis_hif.c
mantis_hif.h
mantis_i2c.c
mantis_i2c.h
mantis_input.c
mantis_ioc.c
mantis_ioc.h
mantis_link.h
mantis_pci.c
mantis_pci.h
mantis_pcmcia.c
mantis_reg.h
mantis_uart.c
mantis_uart.h
mantis_vp1033.c
mantis_vp1033.h
mantis_vp1034.c
mantis_vp1034.h
mantis_vp1041.c
mantis_vp1041.h
mantis_vp2033.c
mantis_vp2033.h
mantis_vp2040.c
mantis_vp2040.h
mantis_vp3028.c
mantis_vp3028.h
mantis_vp3030.c
mantis_vp3030.h