Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-1
-1
include/linux/rslib.h
··· 10 10 #ifndef _RSLIB_H_ 11 11 #define _RSLIB_H_ 12 12 13 - #include <linux/list.h> 14 13 #include <linux/types.h> /* for gfp_t */ 15 14 #include <linux/gfp.h> /* for GFP_KERNEL */ 16 15