Commit 09769196 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

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: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 6dfeff09
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */