]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/ndisc.h
[INET]: Remove struct net_proto_family* from _init calls.
[net-next-2.6.git] / include / net / ndisc.h
index 59b70624b0563fdc93ecfbc25291a7845502d117..5aedf324de6699c91d88b2351f527255f16a3284 100644 (file)
@@ -77,7 +77,7 @@ struct nd_opt_hdr {
 } __attribute__((__packed__));
 
 
-extern int                     ndisc_init(struct net_proto_family *ops);
+extern int                     ndisc_init(void);
 
 extern void                    ndisc_cleanup(void);
 
@@ -107,7 +107,7 @@ extern int                  ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *d
 /*
  *     IGMP
  */
-extern int                     igmp6_init(struct net_proto_family *ops);
+extern int                     igmp6_init(void);
 
 extern void                    igmp6_cleanup(void);