]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: octeon: Use new initialization api for tasklet
authorAbhishek Tamboli <abhishektamboli9@gmail.com>
Sat, 14 Sep 2024 18:49:35 +0000 (00:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Oct 2024 09:47:26 +0000 (11:47 +0200)
commit03f11cc23ba8d26992e9917d4a49b5991992c946
treed1a8f00da9aa7287a4398024f49cb0c002184b79
parentc2d2547783444a8c18d8c35a7ceffea85b02b0f6
staging: octeon: Use new initialization api for tasklet

Use the new api DECLARE_TASKLET instead of DECLARE_TASKLET_OLD
introduced in commit 12cc923f1ccc ("tasklet: Introduce new
initialization API").

This change updates the tasklet initialization
process without introducing any functional changes,
ensuring the code aligns with the new API.

Signed-off-by: Abhishek Tamboli <abhishektamboli9@gmail.com>
Link: https://lore.kernel.org/r/20240914184935.848999-1-abhishektamboli9@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-tx.c