forked from KolibriOS/kolibrios
ddk: 4.4
git-svn-id: svn://kolibrios.org@6082 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -61,7 +61,7 @@ struct delayed_work {
|
||||
|
||||
static inline struct delayed_work *to_delayed_work(struct work_struct *work)
|
||||
{
|
||||
return container_of(work, struct delayed_work, work);
|
||||
return container_of(work, struct delayed_work, work);
|
||||
}
|
||||
|
||||
extern struct workqueue_struct *system_wq;
|
||||
|
Reference in New Issue
Block a user