Skip to content

Commit 2a73ebf

Browse files
paulmckrcuNeeraj Upadhyay (AMD)
authored andcommitted
checkpatch: Remove SRCU-lite deprecation
Now that SRCU-lite has been removed from the kernel, let's remove the now-redundant deprecation from checkpatch.pl. Signed-off-by: "Paul E. McKenney" <[email protected]> Signed-off-by: Neeraj Upadhyay (AMD) <[email protected]>
1 parent 623baa0 commit 2a73ebf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/checkpatch.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,6 @@ sub find_standard_signature {
857857
"kunmap" => "kunmap_local",
858858
"kmap_atomic" => "kmap_local_page",
859859
"kunmap_atomic" => "kunmap_local",
860-
"srcu_read_lock_lite" => "srcu_read_lock_fast",
861-
"srcu_read_unlock_lite" => "srcu_read_unlock_fast",
862860
);
863861

864862
#Create a search pattern for all these strings to speed up a loop below

0 commit comments

Comments
 (0)