diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-14 09:25:45 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-16 13:47:17 +0200 |
commit | 7e973d79df9da55796693ebe4273daf64a8da4f1 (patch) | |
tree | 4dc9bf74b582ae1bd46827902bec62a388374124 /arch/c6x | |
parent | b5cc48914529152a5f546c74a6802b17284ed7a1 (diff) | |
download | linux-exynos-7e973d79df9da55796693ebe4273daf64a8da4f1.tar.gz linux-exynos-7e973d79df9da55796693ebe4273daf64a8da4f1.tar.bz2 linux-exynos-7e973d79df9da55796693ebe4273daf64a8da4f1.zip |
c6x: Wire up asm-generic/xor.h
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Mark Salter <msalter@redhat.com>
Tested-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x')
-rw-r--r-- | arch/c6x/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/include/asm/Kbuild b/arch/c6x/include/asm/Kbuild index 4258b088aa93..e49f918531ad 100644 --- a/arch/c6x/include/asm/Kbuild +++ b/arch/c6x/include/asm/Kbuild @@ -55,3 +55,4 @@ generic-y += types.h generic-y += ucontext.h generic-y += user.h generic-y += vga.h +generic-y += xor.h |