scst/include/backport.h: Remove duplicate definition of kthread_create_on_node()

This patch reverts most of r7168.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7175 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2017-05-14 00:42:24 +00:00
parent 383ceb0a8e
commit b8cfe827be
-9
View File
@@ -648,15 +648,6 @@ struct t10_pi_tuple {
};
#endif
/* <linux/thread.h> */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 39)
#ifndef kthread_create
#define kthread_create_on_node(threadfn, data, node, namefmt, arg...) \
kthread_create((threadfn), (data), (namefmt), ##arg)
#endif
#endif
/* <linux/types.h> */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24)