]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/net.h
Consolidate of_device_is_compatible
[linux-2.6-omap-h63xx.git] / include / linux / net.h
index 6f0dfeba509a40da8d0a724b52d0ac0c8c450219..efc45177b50359cf6cccb218ab75f6a3cb580e0c 100644 (file)
 #define _LINUX_NET_H
 
 #include <linux/wait.h>
-#include <linux/random.h>
 #include <asm/socket.h>
 
 struct poll_table_struct;
 struct inode;
 
-#define NPROTO         32              /* should be enough for now..   */
+#define NPROTO         34              /* should be enough for now..   */
 
 #define SYS_SOCKET     1               /* sys_socket(2)                */
 #define SYS_BIND       2               /* sys_bind(2)                  */
@@ -57,6 +56,7 @@ typedef enum {
 
 #ifdef __KERNEL__
 #include <linux/stringify.h>
+#include <linux/random.h>
 
 #define SOCK_ASYNC_NOSPACE     0
 #define SOCK_ASYNC_WAITDATA    1