From 96fe36d39ab5294191a478daf533ba46a8c4c093 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 20 Jul 2014 07:03:04 +0000 Subject: [PATCH] scst/include/scst.h: Define lockdep_assert_held() only once (follow-up for r5693) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@5697 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 52ddd4a50..3ee400055 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -79,10 +79,6 @@ typedef _Bool bool; #define __aligned __attribute__((aligned)) #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 32) -#define lockdep_assert_held(l) do { (void)(l); } while (0) -#endif - #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 22) char *kvasprintf(gfp_t gfp, const char *fmt, va_list ap); #endif