bcm27xx: update dwc_otc driver with new kthread_complete_and_exit name
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 23 Jul 2023 12:26:13 +0000 (14:26 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 23 Jul 2023 12:45:18 +0000 (14:45 +0200)
commit8912e386e3c3876255ad3b70ccf281bad64ddb4a
treefc769122524e228cc0add3260467191ac45eb00a
parenta680ac8bcbcff4a583b101e6c5a4c02644555a7b
bcm27xx: update dwc_otc driver with new kthread_complete_and_exit name

Kernel 6.1 renamed and moved complete_and_exit to
kthread_complete_and_exit.

This was just a rename and nothing is changed implementation wise.
Update to the new symbol name to fix compilation error.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/bcm27xx/patches-6.1/950-0106-Add-dwc_otg-driver.patch