mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
scst_vdisk: Include <linux/kernel.h> for hex2bin()
Include <linux/kerne.h> explicitly for hex2bin(), which avoids handling the v6.4 split of hex helpers to <linux/hex.h>.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#ifndef INSIDE_KERNEL_TREE
|
||||
#include <linux/version.h>
|
||||
#endif
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/wait.h>
|
||||
#include <linux/aio.h>
|
||||
#include <linux/file.h>
|
||||
|
||||
Reference in New Issue
Block a user