]> git.baikalelectronics.ru Git - kernel.git/commit
tools/liblockdep: Fix include of asm/hash.h
authorIra W. Snyder <iws@ovro.caltech.edu>
Fri, 31 Jan 2014 21:35:31 +0000 (13:35 -0800)
committerSasha Levin <sasha.levin@oracle.com>
Thu, 27 Feb 2014 02:21:53 +0000 (21:21 -0500)
commit1717659adeb239747edb51683885afb8d4be6e3c
treea96f04fd474c012e242d8660ddcb19a090f826b4
parent701764c508f612bc9fc8479304d7d534a42293e8
tools/liblockdep: Fix include of asm/hash.h

Commit 8571a6e7 ("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>
tools/lib/lockdep/uinclude/asm/hash.h [new file with mode: 0644]