Skip to content

Commit

Permalink
tools/liblockdep: Fix include of asm/hash.h
Browse files Browse the repository at this point in the history
Commit 71ae8aa ("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>
  • Loading branch information
Ira W. Snyder authored and Sasha Levin committed Feb 27, 2014
1 parent 367d896 commit 7575982
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/lib/lockdep/uinclude/asm/hash.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __ASM_GENERIC_HASH_H
#define __ASM_GENERIC_HASH_H

/* Stub */

#endif /* __ASM_GENERIC_HASH_H */

0 comments on commit 7575982

Please sign in to comment.