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:
Gleb Chesnokov
2026-04-08 13:24:07 +03:00
parent 9481c7e3a6
commit a9a57b5eb6

View File

@@ -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>