Skip to content

Commit

Permalink
remoteproc: zynq: remove compile warning
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Sortais <[email protected]>
  • Loading branch information
samsor authored and wjliang committed Nov 4, 2016
1 parent 66130ef commit 9a11791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/remoteproc/drivers/zynq_remoteproc_a9.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ static int _initialize(struct hil_proc *proc)

static void _release(struct hil_proc *proc)
{
(void)proc;
return;
}

0 comments on commit 9a11791

Please sign in to comment.