diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-02-27 07:07:50 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-02-27 07:07:50 -0500 |
| commit | 9b158f53a8da5394cb48310da9fda80b34c72bbc (patch) | |
| tree | 6e3a78187ccb0fa425e5dab9db035be98a5a5c41 /tools/lib/lockdep/uinclude/asm/hash.h | |
| parent | d2a0476307e67a6e6a293563a4f4ad4ec79ac0e5 (diff) | |
| parent | 7b8853419d3344b06cff64b4dc926805698eeba5 (diff) | |
Merge branch 'liblockdep-fixes' of https://github.com/sashalevin/liblockdep into core/urgent
Pull tools/lib/lockdep/ fixes from Sasha Levin.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/lib/lockdep/uinclude/asm/hash.h')
| -rw-r--r-- | tools/lib/lockdep/uinclude/asm/hash.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/lib/lockdep/uinclude/asm/hash.h b/tools/lib/lockdep/uinclude/asm/hash.h new file mode 100644 index 000000000000..d82b170bb216 --- /dev/null +++ b/tools/lib/lockdep/uinclude/asm/hash.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef __ASM_GENERIC_HASH_H | ||
| 2 | #define __ASM_GENERIC_HASH_H | ||
| 3 | |||
| 4 | /* Stub */ | ||
| 5 | |||
| 6 | #endif /* __ASM_GENERIC_HASH_H */ | ||
