qla2x00t: fix in-kernel tree build

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7591 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-01 04:43:16 +00:00
parent b801a5e110
commit acb805d070
2 changed files with 2 additions and 1 deletions

1
qla2x00t/backport.h Symbolic link
View File

@@ -0,0 +1 @@
../scst/include/backport.h

View File

@@ -8,7 +8,7 @@
#ifdef INSIDE_KERNEL_TREE
#include <scst/backport.h> /* timer_setup() */
#else
#include <backport.h>
#include "backport.h"
#endif
/*