]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: fsl: qbman: remove unused struct 'cgr_comp'
authorDr. David Alan Gilbert <linux@treblig.org>
Tue, 28 May 2024 23:11:23 +0000 (00:11 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 8 Aug 2024 10:08:44 +0000 (20:08 +1000)
'cgr_comp' has been unused since
commit 96f413f47677 ("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
drivers/soc/fsl/qbman/qman.c

index 7e9074519ad22d7d6b26a9148f5f65b4e2e79b4f..4dc8aba33d9b70cbdaab6369370da0ccf484a7b1 100644 (file)
@@ -2546,11 +2546,6 @@ release_lock:
 }
 EXPORT_SYMBOL(qman_delete_cgr);
 
-struct cgr_comp {
-       struct qman_cgr *cgr;
-       struct completion completion;
-};
-
 static void qman_delete_cgr_smp_call(void *p)
 {
        qman_delete_cgr((struct qman_cgr *)p);