linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue when

building the Intel QAT/QuickAssist driver.

Approved by:		hselasky, kib
Differential Revision:	https://reviews.freebsd.org/D28055
This commit is contained in:
Neel Chauhan 2021-01-09 15:25:55 -08:00
parent 9ac59d42c0
commit 408c514f73

View File

@ -32,6 +32,7 @@
#ifndef _LINUX_RANDOM_H_
#define _LINUX_RANDOM_H_
#include <linux/types.h>
#include <sys/random.h>
#include <sys/libkern.h>