aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm/Kbuild
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-02-28 23:21:25 +0100
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:56:46 +0200
commitc823b970b632a86e4f01f3eae9c0860350b70c3c (patch)
tree2bcb15c07c4538ec071ba09df8396539e53c38b7 /arch/cris/include/asm/Kbuild
parentCRIS: UAPI: use generic auxvec.h (diff)
downloadlinux-dev-c823b970b632a86e4f01f3eae9c0860350b70c3c.tar.xz
linux-dev-c823b970b632a86e4f01f3eae9c0860350b70c3c.zip
CRIS: UAPI: use generic sockios.h
CRIS' sockios.h is equivalent to the asm-generic version. Effective diff: -#ifndef __ARCH_CRIS_SOCKIOS__ -#define __ARCH_CRIS_SOCKIOS__ +#ifndef __ASM_GENERIC_SOCKIOS_H +#define __ASM_GENERIC_SOCKIOS_H Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/asm/Kbuild')
-rw-r--r--arch/cris/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild
index 1ee91be2c915..14095b9531b8 100644
--- a/arch/cris/include/asm/Kbuild
+++ b/arch/cris/include/asm/Kbuild
@@ -33,6 +33,7 @@ generic-y += preempt.h
generic-y += resource.h
generic-y += sections.h
generic-y += siginfo.h
+generic-y += sockios.h
generic-y += statfs.h
generic-y += topology.h
generic-y += trace_clock.h