linux/drivers/media
Arnd Bergmann 733d0def3e [media] b2c2: flexcop: avoid unused function warnings
The flexcop driver has two functions that are normally used, except
when multiple frontend drivers are disabled:

drivers/media/common/b2c2/flexcop-fe-tuner.c:42:12: warning: 'flexcop_set_voltage' defined but not used [-Wunused-function]
drivers/media/common/b2c2/flexcop-fe-tuner.c:71:12: warning: 'flexcop_sleep' defined but not used [-Wunused-function]

This avoids the build warning by updating the #ifdef for flexcop_set_voltage
to the exact condition under which it is used. For flexcop_sleep, the
condition is rather complex, so I resort to marking it as __maybe_unused,
so the compiler can silently drop it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-02-01 13:15:01 -02:00
..
common [media] b2c2: flexcop: avoid unused function warnings 2016-02-01 13:15:01 -02:00
dvb-core [media] dvbdev: the space is required after ',' 2016-02-01 10:25:59 -02:00
dvb-frontends [media] ts2020: cancel_delayed_work_sync before device removal / kfree 2016-02-01 09:42:30 -02:00
firewire [media] dvb: modify core to implement interfaces/entities at MC new gen 2016-01-11 12:18:52 -02:00
i2c [media] s5c73m3: remove duplicate module device table 2016-02-01 10:13:19 -02:00
mmc [media] siano: register media controller earlier 2015-02-26 09:10:39 -03:00
pci [media] netup_unidvb: Remove a useless memset 2016-02-01 09:45:31 -02:00
platform [media] media: platform: exynos4-is: media-dev: Add missing of_node_put 2016-02-01 11:11:52 -02:00
radio [media] radio-si476x: add return value check to avoid dead code 2016-02-01 08:01:15 -02:00
rc [media] media: rc: nuvoton-cir: improve locking in both interrupt handlers 2016-02-01 08:53:51 -02:00
tuners [media] si2157: cancel_delayed_work_sync before device removal / kfree 2016-02-01 09:41:38 -02:00
usb [media] hdpvr: hide unused variable 2016-02-01 13:14:27 -02:00
v4l2-core [media] v4l: of: Correct v4l2_of_parse_endpoint() kernel-doc 2016-02-01 10:01:22 -02:00
Kconfig [media] Kconfig: Re-enable Media controller support for DVB 2016-01-11 12:18:40 -02:00
Makefile [media] bq/c-qcam, w9966, pms: move to staging in preparation for removal 2014-12-16 23:21:44 -02:00
media-device.c Revert "[media] Postpone the addition of MEDIA_IOC_G_TOPOLOGY" 2016-01-25 07:29:43 -02:00
media-devnode.c [media] media-devnode: move kernel-doc documentation to the header 2016-01-11 12:19:13 -02:00
media-entity.c [media] media-entitiy: add a function to create multiple links 2016-01-11 12:19:26 -02:00