From 9ac6a883d17d2bb1a7925837df92ceb7c003a040 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 13 Jan 2018 03:31:26 +0000 Subject: [PATCH] qla2x00t: fix in-kernel tree build git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7337 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/backport.h | 1 + qla2x00t/qla_inline.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 qla2x00t/backport.h diff --git a/qla2x00t/backport.h b/qla2x00t/backport.h new file mode 120000 index 000000000..b7d9b6726 --- /dev/null +++ b/qla2x00t/backport.h @@ -0,0 +1 @@ +../scst/include/backport.h \ No newline at end of file diff --git a/qla2x00t/qla_inline.h b/qla2x00t/qla_inline.h index f311c67d1..85926c470 100644 --- a/qla2x00t/qla_inline.h +++ b/qla2x00t/qla_inline.h @@ -8,7 +8,7 @@ #ifdef INSIDE_KERNEL_TREE #include /* timer_setup() */ #else -#include +#include "backport.h" #endif /*