You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
404 B
11 lines
404 B
--- a/backport-include/linux/verification.h
|
|
+++ b/backport-include/linux/verification.h
|
|
@@ -1,7 +1,7 @@
|
|
#ifndef __BP_VERIFICATION_H
|
|
#define __BP_VERIFICATION_H
|
|
#include <linux/version.h>
|
|
-#ifndef CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION
|
|
+#if LINUX_VERSION_IS_GEQ(4,7,0) && !defined(CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION)
|
|
#include_next <linux/verification.h>
|
|
#else
|
|
#include <linux/key.h>
|
|
|