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

Commit 7c979b47 authored by Fengguang Wu's avatar Fengguang Wu Committed by Greg Kroah-Hartman
Browse files

staging: fsl-mc/dpio: qbman_pull_desc_set_token() can be static



Fixes: 1628e2e4dc76 ("staging: fsl-mc/dpio: allow the driver to compile multi-arch")
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 75c583ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ void qbman_pull_desc_set_numframes(struct qbman_pull_desc *d, u8 numframes)
	d->numf = numframes - 1;
}

void qbman_pull_desc_set_token(struct qbman_pull_desc *d, u8 token)
static void qbman_pull_desc_set_token(struct qbman_pull_desc *d, u8 token)
{
	d->tok = token;
}