Fix early include of <linux/percpu_compat.h>

Move/add include of <linux/percpu_compat.h> to satisfy missing
requirements.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Romain Dolbeau <romain@dolbeau.org>
Closes #10568 
Closes #10569
This commit is contained in:
Romain Dolbeau
2020-07-16 00:58:15 +02:00
committed by GitHub
parent 6774931dfa
commit 01a4852ecb
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -54,6 +54,7 @@
*/
#include <linux/percpu_compat.h>
#include <sys/kmem.h>
#include <sys/kmem_cache.h>
#include <sys/zmod.h>