diff options
author | David S. Miller <davem@davemloft.net> | 2013-12-18 06:26:19 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-18 06:26:19 +0400 |
commit | e3fec2f74f7f90d2149a24243a4d040caabe6f30 (patch) | |
tree | d15df36f9f19fd859caa4204e46ce0aacd9d3bca /arch/m68k | |
parent | 02d5cb5bb20b9d34db20860aad1891cd9b8e81d5 (diff) | |
download | linux-e3fec2f74f7f90d2149a24243a4d040caabe6f30.tar.xz |
lib: Add missing arch generic-y entries for asm-generic/hash.h
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index a5d27f272a59..7cc8c364924d 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild @@ -32,3 +32,4 @@ generic-y += types.h generic-y += word-at-a-time.h generic-y += xor.h generic-y += preempt.h +generic-y += hash.h |