Implement the INIT_DELAYED_WORK_ONSTACK() function macro in the LinuxKPI.
Submitted by: Johannes Lundberg <johalun0@gmail.com> MFC after: 1 week Sponsored by: Mellanox Technologies Sponsored by: Limelight Networks
This commit is contained in:
parent
7f346854b8
commit
c6d920309c
@ -117,6 +117,9 @@ do { \
|
||||
#define INIT_DELAYED_WORK(dwork, fn) \
|
||||
linux_init_delayed_work(dwork, fn)
|
||||
|
||||
#define INIT_DELAYED_WORK_ONSTACK(dwork, fn) \
|
||||
linux_init_delayed_work(dwork, fn)
|
||||
|
||||
#define INIT_DEFERRABLE_WORK(dwork, fn) \
|
||||
INIT_DELAYED_WORK(dwork, fn)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user