Commit
63f9a7fde7 "asmlinkage: Make lockdep_sys_exit asmlinkage" has added
asmlinkage annotation to lockdep_sys_exit, which broke build of liblockdep.
Since we don't need asmlinkage in liblockep, just ignore it.
Reported-by: Eunbong Song <[email protected]>
Reported-by: Robin Hack <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
#define MAX_LOCK_DEPTH 2000UL
#define MAX_LOCK_DEPTH 2000UL
+#define asmlinkage
+#define __visible
+
#include "../../../include/linux/lockdep.h"
struct task_struct {
#include "../../../include/linux/lockdep.h"
struct task_struct {