summaryrefslogtreecommitdiff
path: root/include/linux/rslib.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-11 21:28:46 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-21 03:26:31 +0300
commit097691960f7084ca82adb2e866d03a81753f0cb7 (patch)
treee189535218d2569e536f684d25ac24af2fe24247 /include/linux/rslib.h
parent6dfeff09d5ad331905c7066207053d286d58ac83 (diff)
downloadlinux-097691960f7084ca82adb2e866d03a81753f0cb7.tar.xz
rslib: kill bogus dependency on list.h
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>
Diffstat (limited to 'include/linux/rslib.h')
-rw-r--r--include/linux/rslib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rslib.h b/include/linux/rslib.h
index 238bb85243d3..a04dacbdc8ae 100644
--- 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 */