]> Pileus Git - ~andy/linux/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)
commit75759827bbe78e53330de2c5e061ecec7fa6f86e
treea96f04fd474c012e242d8660ddcb19a090f826b4
parent367d896dafe1b5f49bee75d3a419b9eb9936ae26
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>
tools/lib/lockdep/uinclude/asm/hash.h [new file with mode: 0644]