Commit 7714f63
committed
Drop unused DECLARE_TASKLET_OLD macro
Commit 3682d9e ("Move bottom-half to workqueue for safe sleep")
migrated the example code away from tasklets to workqueues.
However, the compatibility macro DECLARE_TASKLET_OLD was left behind
even though tasklets are no longer used. Remove the unused macro for
consistency and clarity.1 parent f48df48 commit 7714f63
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
| |||
0 commit comments