of_find_vpl() is only used locally, so make it static. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/video/vpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/vpl.c b/drivers/video/vpl.c index 99ad180eec..82ceeebada 100644 --- a/drivers/video/vpl.c +++ b/drivers/video/vpl.c @@ -36,7 +36,7 @@ int vpl_register(struct vpl *vpl) return 0; } -struct vpl *of_find_vpl(struct device_node *node) +static struct vpl *of_find_vpl(struct device_node *node) { struct vpl *vpl; -- 2.19.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox