Skip to content

Commit

Permalink
apps: machine: Fix MicroBlaze compilation error
Browse files Browse the repository at this point in the history
Fix duplicated function definition with bad code.
See #252

Signed-off-by: Sergei Korneichuk <sergei.korneichuk@xilinx.com>
  • Loading branch information
kernelchuk authored and arnopo committed Apr 16, 2021
1 parent e03656d commit 5c6f465
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/machine/microblaze_generic/platform_info.c
Expand Up @@ -205,12 +205,6 @@ void platform_release_rpmsg_vdev(struct rpmsg_device *rpdev, void *platform)
remoteproc_remove_virtio(rproc, rpvdev->vdev);
}

void platform_release_rpmsg_vdev(struct rpmsg_device *rpdev)
{
if (rpdev->
(void)rpdev;
}

void platform_cleanup(void *platform)
{
struct remoteproc *rproc = platform;
Expand Down

0 comments on commit 5c6f465

Please sign in to comment.