Skip to content

Commit 0976919

Browse files
author
Kent Overstreet
committed
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 parent 6dfeff0 commit 0976919

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/rslib.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#ifndef _RSLIB_H_
1111
#define _RSLIB_H_
1212

13-
#include <linux/list.h>
1413
#include <linux/types.h> /* for gfp_t */
1514
#include <linux/gfp.h> /* for GFP_KERNEL */
1615

0 commit comments

Comments
 (0)