Commit c13b8279 authored by kernel test robot's avatar kernel test robot Committed by Greg Kroah-Hartman
Browse files

driver core: fw_devlink_relax_cycle() can be static

parent b0e2fa4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1519,7 +1519,7 @@ static void fw_devlink_parse_fwtree(struct fwnode_handle *fwnode)
 *
 * Return 1 if a cycle is found. Otherwise, return 0.
 */
int fw_devlink_relax_cycle(struct device *con, void *sup)
static int fw_devlink_relax_cycle(struct device *con, void *sup)
{
	struct device_link *link;
	int ret;