From: Ira W. Snyder Date: Fri, 31 Jan 2014 21:35:31 +0000 (-0800) Subject: tools/liblockdep: Fix include of asm/hash.h X-Git-Tag: v3.14-rc6~34^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75759827bbe78e53330de2c5e061ecec7fa6f86e;p=profile%2Fivi%2Fkernel-x86-ivi.git tools/liblockdep: Fix include of asm/hash.h Commit 71ae8aac ("lib: introduce arch optimized hash library") added an include to 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 Signed-off-by: Sasha Levin --- diff --git a/tools/lib/lockdep/uinclude/asm/hash.h b/tools/lib/lockdep/uinclude/asm/hash.h new file mode 100644 index 0000000..d82b170b --- /dev/null +++ b/tools/lib/lockdep/uinclude/asm/hash.h @@ -0,0 +1,6 @@ +#ifndef __ASM_GENERIC_HASH_H +#define __ASM_GENERIC_HASH_H + +/* Stub */ + +#endif /* __ASM_GENERIC_HASH_H */