projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dfeff0
)
rslib: kill bogus dependency on list.h
author
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 11 Dec 2023 18:28:46 +0000
(13:28 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:31 +0000
(19:26 -0500)
list_head is defined in types.h, not list.h - this kills a sched.h
dependency.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/rslib.h
patch
|
blob
|
history
diff --git
a/include/linux/rslib.h
b/include/linux/rslib.h
index 238bb85243d3653fee5170c58ea2112da6289154..a04dacbdc8ae9ed45b93f5d8582714d9cf0600b8 100644
(file)
--- a/
include/linux/rslib.h
+++ b/
include/linux/rslib.h
@@
-10,7
+10,6
@@
#ifndef _RSLIB_H_
#define _RSLIB_H_
-#include <linux/list.h>
#include <linux/types.h> /* for gfp_t */
#include <linux/gfp.h> /* for GFP_KERNEL */