diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-28 17:21:25 -0500 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-09-04 18:56:46 -0400 |
commit | c823b970b632a86e4f01f3eae9c0860350b70c3c (patch) | |
tree | 2bcb15c07c4538ec071ba09df8396539e53c38b7 | |
parent | 889d74a4d40f60427d0482bc271bfc5660a1157b (diff) |
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>
-rw-r--r-- | arch/cris/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/cris/include/uapi/asm/sockios.h | 13 |
2 files changed, 1 insertions, 13 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 | |||
33 | generic-y += resource.h | 33 | generic-y += resource.h |
34 | generic-y += sections.h | 34 | generic-y += sections.h |
35 | generic-y += siginfo.h | 35 | generic-y += siginfo.h |
36 | generic-y += sockios.h | ||
36 | generic-y += statfs.h | 37 | generic-y += statfs.h |
37 | generic-y += topology.h | 38 | generic-y += topology.h |
38 | generic-y += trace_clock.h | 39 | generic-y += trace_clock.h |
diff --git a/arch/cris/include/uapi/asm/sockios.h b/arch/cris/include/uapi/asm/sockios.h deleted file mode 100644 index cfe7bfecf599..000000000000 --- a/arch/cris/include/uapi/asm/sockios.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #ifndef __ARCH_CRIS_SOCKIOS__ | ||
2 | #define __ARCH_CRIS_SOCKIOS__ | ||
3 | |||
4 | /* Socket-level I/O control calls. */ | ||
5 | #define FIOSETOWN 0x8901 | ||
6 | #define SIOCSPGRP 0x8902 | ||
7 | #define FIOGETOWN 0x8903 | ||
8 | #define SIOCGPGRP 0x8904 | ||
9 | #define SIOCATMARK 0x8905 | ||
10 | #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ | ||
11 | #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ | ||
12 | |||
13 | #endif | ||