media: mc: entity: Move media_entity_get_fwnode_pad() out of graph walk section
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 31 Aug 2022 14:13:30 +0000 (16:13 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 07:11:29 +0000 (09:11 +0200)
commit612589a35e99fcbb7c85d8ba21b01f0249cc188d
tree6ffe7e17003c257ae08d829d73ac600a204b8d53
parent49b38947d7841abb6e60c15968f03b2daa2d54d7
media: mc: entity: Move media_entity_get_fwnode_pad() out of graph walk section

The media_entity_get_fwnode_pad() function is unrelated to the graph
traversal code that it is currently bundled with. Move it with the
media_entity_remote_pad() function.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/mc/mc-entity.c