]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/phonet/phonet.h
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / include / net / phonet / phonet.h
index d5df797f954048b458071b544d8e5de94785b4e6..5395e09187df46f7d7e7e2403a0c6abeab418c4f 100644 (file)
@@ -107,8 +107,8 @@ struct phonet_protocol {
        int                     sock_type;
 };
 
-int phonet_proto_register(int protocol, struct phonet_protocol *pp);
-void phonet_proto_unregister(int protocol, struct phonet_protocol *pp);
+int phonet_proto_register(unsigned int protocol, struct phonet_protocol *pp);
+void phonet_proto_unregister(unsigned int protocol, struct phonet_protocol *pp);
 
 int phonet_sysctl_init(void);
 void phonet_sysctl_exit(void);