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