Move sleep and workqueue module doc to README

sleep was broken because the workqueue was declared locally inside init,
further evidence that no one has ever run the examples :-(
This commit is contained in:
Ciro Santilli
2018-07-07 19:04:43 +01:00
parent 0ccbc04da0
commit 7d16a5c024
5 changed files with 89 additions and 62 deletions

View File

@@ -1,7 +1,4 @@
https://github.com/cirosantilli/linux-kernel-module-cheat#directory-structure
. Asynchronous
.. link:sleep.c[]
.. link:timer.c[]
.. link:work_from_work.c[]
.. link:workqueue_cheat.c[]