Skip to content

Commit 06ce0af

Browse files
Dr. David Alan Gilbertmpe
authored andcommitted
soc: fsl: qbman: remove unused struct 'cgr_comp'
'cgr_comp' has been unused since commit 96f413f ("soc/fsl/qbman: fix issue in qman_delete_cgr_safe()"). Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Sean Anderson <sean.anderson@linux.dev> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20240528231123.136664-1-linux@treblig.org
1 parent de9c2c6 commit 06ce0af

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/soc/fsl/qbman/qman.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,11 +2546,6 @@ int qman_delete_cgr(struct qman_cgr *cgr)
25462546
}
25472547
EXPORT_SYMBOL(qman_delete_cgr);
25482548

2549-
struct cgr_comp {
2550-
struct qman_cgr *cgr;
2551-
struct completion completion;
2552-
};
2553-
25542549
static void qman_delete_cgr_smp_call(void *p)
25552550
{
25562551
qman_delete_cgr((struct qman_cgr *)p);

0 commit comments

Comments
 (0)