On 08/07/15 16:20, Mauro Carvalho Chehab wrote: > In preparation to add a public function to add links, let's > make the internal function that creates link more generic. > > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxx> > > diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c > index 96d48aec8381..c68dc421b022 100644 > --- a/drivers/media/media-entity.c > +++ b/drivers/media/media-entity.c > @@ -461,7 +461,12 @@ EXPORT_SYMBOL_GPL(media_entity_put); > * Links management > */ > > -static struct media_link *media_entity_add_link(struct media_entity *entity) > +static struct media_link *__media_create_link(struct media_device *mdev, > + enum media_graph_link_dir dir, Am I blind? I can't find the media_graph_link_dir enum definition anywhere in this patch series... Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html