Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/liblockdep: Ignore asmlinkage and visible
Commit 63f9a7f "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 <eunb.song@samsung.com> Reported-by: Robin Hack <rhack@redhat.com> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
- Loading branch information