This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-mips / socket.h
index 020b4db..eba99d2 100644 (file)
@@ -68,8 +68,6 @@ To add: #define SO_REUSEPORT 0x0200   /* Allow local address and port reuse.  */
 
 #define SO_PEERSEC             30
 
-#ifdef __KERNEL__
-
 /** sock_type - Socket types
  *
  * Please notice that for binary compat reasons MIPS has to
@@ -95,8 +93,6 @@ enum sock_type {
 
 #define SOCK_MAX (SOCK_PACKET + 1)
 
-#define ARCH_HAS_SOCKET_TYPES 1
-
-#endif /* __KERNEL__ */
+#define ARCH_HAS_SOCKET_TYPES
 
 #endif /* _ASM_SOCKET_H */