Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58acb387 authored by Laurentiu Tudor's avatar Laurentiu Tudor Committed by Greg Kroah-Hartman
Browse files

staging: fsl-mc: dpmng: drop unused prototype



The implementation was removed in commit:

decd3d0c (staging: fsl-mc: uprev binary interface to match MC v10.x)

but the prototype was left behind.

Also fix a message that was wrongly mentioning it.

Signed-off-by: default avatarLaurentiu Tudor <laurentiu.tudor@nxp.com>
Acked-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ee9d0606
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ static int fsl_mc_bus_probe(struct platform_device *pdev)
	error = dprc_get_container_id(mc_io, 0, &container_id);
	if (error < 0) {
		dev_err(&pdev->dev,
			"dpmng_get_container_id() failed: %d\n", error);
			"dprc_get_container_id() failed: %d\n", error);
		goto error_cleanup_mc_io;
	}

+0 −4
Original line number Diff line number Diff line
@@ -64,8 +64,4 @@ int mc_get_version(struct fsl_mc_io *mc_io,
		   u32 cmd_flags,
		   struct mc_version *mc_ver_info);

int dpmng_get_container_id(struct fsl_mc_io *mc_io,
			   u32 cmd_flags,
			   int *container_id);

#endif /* __FSL_DPMNG_H */