summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/lockdep.h
blob: 1d4aa65c631f52451639b68d0547b89b47c98e50 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */