diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-03-04 21:06:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-05 09:07:14 -0300 |
commit | 0a82edd011f5cd3de1eded8fe1d78cef370b2083 (patch) | |
tree | 9b79502209ae67d20d78f9d60370260d34b1fb9e /drivers/media/Makefile | |
parent | 0899f62ff93f73860a23a4d4ac6921e3786b41d1 (diff) |
[media] hide unused functions for !MEDIA_CONTROLLER
Some functions in the au0828 driver are only used when CONFIG_MEDIA_CONTROLLER
is enabled, and otherwise defined as empty functions:
media/usb/au0828/au0828-core.c:208:13: error: 'au0828_media_graph_notify' defined but not used [-Werror=unused-function]
media/usb/au0828/au0828-core.c:262:12: error: 'au0828_enable_source' defined but not used [-Werror=unused-function]
media/usb/au0828/au0828-core.c:412:13: error: 'au0828_disable_source' defined but not used [-Werror=unused-function]
This moves the #ifdef so the entire definitions are hidden in this case.
[mchehab@osg.samsung.com: As pointed by Shuah Khan, a return 0 can be removed]
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/Makefile')
0 files changed, 0 insertions, 0 deletions