Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/liblockdep: Fix include of asm/hash.h

Commit 71ae8aac ("lib: introduce arch optimized hash library")
added an include to <linux/hash.h> for setting up an architecture
specific fast hash.

This patch mirrors the fix used for perf, titled "tools: perf: util: fix
include for non x86 architectures".

Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>

authored by

Ira W. Snyder and committed by
Sasha Levin
75759827 367d896d

+6
+6
tools/lib/lockdep/uinclude/asm/hash.h
··· 1 + #ifndef __ASM_GENERIC_HASH_H 2 + #define __ASM_GENERIC_HASH_H 3 + 4 + /* Stub */ 5 + 6 + #endif /* __ASM_GENERIC_HASH_H */