summaryrefslogtreecommitdiff
path: root/drivers/usb/c67x00/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/c67x00/Makefile')
0 files changed, 0 insertions, 0 deletions
&id=c6d48134cb2682516ed50ca0cea2675d27d985e8'>c6d48134cb2682516ed50ca0cea2675d27d985e8 (diff)
[media] v4l: tvp5150: Compile tvp5150_link_setup out if !CONFIG_MEDIA_CONTROLLER
The function is only referenced as a handler in the tvp5150_sd_media_ops structure, which is only used when CONFIG_MEDIA_CONTROLLER is set. Don't define the function and the structure when the configuration option is unset to avoid an unused function warning. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/i2c/tvp5150.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/i2c/tvp5150.c b/drivers/media/i2c/tvp5150.c