Skip to content

Commit

Permalink
Automatic merge of 'fixes-test' into merge-test (2024-07-25 23:56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Jul 25, 2024
2 parents de6483b + 9da6bb0 commit af81303
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/soc/fsl/qbman/qman.c
Original file line number Diff line number Diff line change
Expand Up @@ -2546,11 +2546,6 @@ int qman_delete_cgr(struct qman_cgr *cgr)
}
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);
Expand Down

0 comments on commit af81303

Please sign in to comment.