]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21fa2d90ea9a474abf5f280dd54a54b63b5e94ba
tree6ffe7e17003c257ae08d829d73ac600a204b8d53
parent9463b4dc7083f18792d05633d6adf16d307c1ac6
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