File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
#include <linux/clk.h>
17
17
#include <linux/dmaengine.h>
18
+ #include <linux/interrupt.h>
18
19
#include <linux/module.h>
19
20
#include <linux/of.h>
20
21
#include <linux/pinctrl/consumer.h>
Original file line number Diff line number Diff line change 4
4
/* Simple interface for creating and stopping kernel threads without mess. */
5
5
#include <linux/err.h>
6
6
#include <linux/sched.h>
7
- #include <linux/cgroup.h>
8
7
9
8
__printf (4 , 5 )
10
9
struct task_struct * kthread_create_on_node (int (* threadfn )(void * data ),
@@ -198,6 +197,8 @@ bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
198
197
199
198
void kthread_destroy_worker (struct kthread_worker * worker );
200
199
200
+ struct cgroup_subsys_state ;
201
+
201
202
#ifdef CONFIG_BLK_CGROUP
202
203
void kthread_associate_blkcg (struct cgroup_subsys_state * css );
203
204
struct cgroup_subsys_state * kthread_blkcg (void );
Original file line number Diff line number Diff line change 26
26
#include <linux/latencytop.h>
27
27
#include <linux/sched/prio.h>
28
28
#include <linux/signal_types.h>
29
- #include <linux/psi_types.h>
30
29
#include <linux/mm_types_task.h>
31
30
#include <linux/task_io_accounting.h>
32
31
#include <linux/rseq.h>
Original file line number Diff line number Diff line change 11
11
#include <linux/kthread.h>
12
12
#include <linux/completion.h>
13
13
#include <linux/err.h>
14
+ #include <linux/cgroup.h>
14
15
#include <linux/cpuset.h>
15
16
#include <linux/unistd.h>
16
17
#include <linux/file.h>
You can’t perform that action at this time.
0 commit comments