Commit 09769196 authored by Kent Overstreet's avatar Kent Overstreet

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
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment