linux/drivers/media/pci
Randy Dunlap b250392f7b [media] media: ttpci: fix av7110 build to be compatible with CONFIG_INPUT_EVDEV
Fix build when CONFIG_INPUT_EVDEV=m and DVB_AV7110=y.
Only build av7110_ir.c when CONFIG_INPUT_EVDEV is compatible with
CONFIG_DVB_AV7110.

Fixes these build errors:

drivers/built-in.o: In function `input_sync':
av7110_ir.c:(.text+0x1223ac): undefined reference to `input_event'
drivers/built-in.o: In function `av7110_emit_key':
av7110_ir.c:(.text+0x12247c): undefined reference to `input_event'
av7110_ir.c:(.text+0x122495): undefined reference to `input_event'
av7110_ir.c:(.text+0x122569): undefined reference to `input_event'
av7110_ir.c:(.text+0x1225a7): undefined reference to `input_event'
drivers/built-in.o:av7110_ir.c:(.text+0x122629): more undefined
references to `input_event' follow
drivers/built-in.o: In function `av7110_ir_init':
(.text+0x1227e4): undefined reference to `input_allocate_device'
drivers/built-in.o: In function `av7110_ir_init':
(.text+0x12298f): undefined reference to `input_register_device'
drivers/built-in.o: In function `av7110_ir_init':
(.text+0x12299e): undefined reference to `input_free_device'
drivers/built-in.o: In function `av7110_ir_exit':
(.text+0x122a94): undefined reference to `input_unregister_device'

drivers/built-in.o: In function `av7110_detach':
av7110.c:(.text+0x228d4a): undefined reference to `av7110_ir_exit'
drivers/built-in.o: In function `arm_thread':
av7110.c:(.text+0x22a404): undefined reference to `av7110_check_ir_config'
av7110.c:(.text+0x22a626): undefined reference to `av7110_check_ir_config'
drivers/built-in.o: In function `av7110_attach':
av7110.c:(.text+0x22b08c): undefined reference to `av7110_ir_init'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Jim Davis <jim.epost@gmail.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-21 15:25:38 -05:00
..
b2c2 [media] pci: flexcop: Remove redundant pci_set_drvdata 2013-10-17 05:56:55 -03:00
bt8xx media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
cx18 [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
cx88 [media] rc-core: rename dev->scanmask to dev->scancode_mask 2014-07-25 19:10:43 -03:00
cx23885 [media] cx23885: Spelling s/compuations/computations/ 2014-08-21 15:25:33 -05:00
cx25821 [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
ddbridge [media] ddbridge: Add IDs for several newer Digital Devices cards 2014-07-26 15:00:01 -03:00
dm1105 [media] rc-core: document the protocol type 2014-07-23 21:50:48 -03:00
ivtv [media] rc-core: improve ir-kbd-i2c get_key functions 2014-07-23 20:05:56 -03:00
mantis [media] pci: mantis: Remove redundant pci_set_drvdata 2013-10-17 06:01:32 -03:00
meye [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
ngene media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
pluto2 [media] media_tree: Fix spelling errors 2013-12-09 14:50:50 -02:00
pt1 [media] pci: pt1: Remove redundant pci_set_drvdata 2013-10-17 06:01:59 -03:00
saa7134 [media] media: saa7134: remove if based on uninitialized variable 2014-07-26 12:30:41 -03:00
saa7146 [media] v4l: subdev: Move [gs]_std operation to video ops 2014-05-24 17:11:26 -03:00
saa7164 [media] saa7164-dvb: Remove unnecessary null test 2014-07-17 20:07:42 -03:00
solo6x10 [media] solo6x10: fix potential null dereference 2014-07-27 18:24:16 -03:00
sta2x11 [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
ttpci [media] media: ttpci: fix av7110 build to be compatible with CONFIG_INPUT_EVDEV 2014-08-21 15:25:38 -05:00
zoran [media] zoran: remove duplicate ZR050_MO_COMP define 2014-07-17 20:07:57 -03:00
Kconfig [media] solo6x10: move out of staging into drivers/media/pci. 2014-07-22 12:53:00 -03:00
Makefile [media] drivers: media: pci: Makefile: Remove duplicate subdirectory from obj-y 2014-08-21 15:25:33 -05:00