This backport is not needed because it is already provided by all supported kernel versions. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/lockdep.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 backport/backport-include/linux/lockdep.h diff --git a/backport/backport-include/linux/lockdep.h b/backport/backport-include/linux/lockdep.h deleted file mode 100644 index 1d4aa65..0000000 --- a/backport/backport-include/linux/lockdep.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __BACKPORT_LINUX_LOCKDEP_H -#define __BACKPORT_LINUX_LOCKDEP_H -#include_next <linux/lockdep.h> -#include <linux/version.h> - -#ifndef lockdep_assert_held -#define lockdep_assert_held(l) do { } while (0) -#endif - -#endif /* __BACKPORT_LINUX_LOCKDEP_H */ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html