summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/sockios.h
diff options
context:
space:
mode:
authorBryan Wu <cooloney@kernel.org>2008-08-27 04:51:02 +0200
committerBryan Wu <cooloney@kernel.org>2008-08-27 04:51:02 +0200
commit639f6571458948b5112be2cf00c0c2c04db2897d (patch)
treea4dd7af33d0e92c935ba1e904f6fb7e923ac825e /include/asm-blackfin/sockios.h
parentBlackfin arch: fix bug - MPU crashes under stress (diff)
downloadlinux-639f6571458948b5112be2cf00c0c2c04db2897d.tar.xz
linux-639f6571458948b5112be2cf00c0c2c04db2897d.zip
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include/asm-blackfin/sockios.h')
-rw-r--r--include/asm-blackfin/sockios.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-blackfin/sockios.h b/include/asm-blackfin/sockios.h
deleted file mode 100644
index 426b89bfaa8b..000000000000
--- a/include/asm-blackfin/sockios.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __ARCH_BFIN_SOCKIOS__
-#define __ARCH_BFIN_SOCKIOS__
-
-/* Socket-level I/O control calls. */
-#define FIOSETOWN 0x8901
-#define SIOCSPGRP 0x8902
-#define FIOGETOWN 0x8903
-#define SIOCGPGRP 0x8904
-#define SIOCATMARK 0x8905
-#define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */
-#define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */
-
-#endif /* __ARCH_BFIN_SOCKIOS__ */