block: elevator: fix missing header
We this to access task_is_booster(). ld.lld: error: undefined symbol: task_is_booster >>> referenced by elevator.c:774 (../block/elevator.c:774) >>> vmlinux.o:(elv_iosched_store) >>> did you mean: task_is_booster >>> defined in: vmlinux.o Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
parent
58a2720a2c
commit
f351f687ab
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#include <linux/uaccess.h>
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/blk-cgroup.h>
|
||||
#include <linux/binfmts.h>
|
||||
|
||||
#include <trace/events/block.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue