]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/node_subscr.h
Pull acpi_device_handle_cleanup into release branch
[linux-2.6-omap-h63xx.git] / net / tipc / node_subscr.h
index a3b87ac4859b7d66490765385f8f48af9f45bf42..01751c4fbb43ec10d40f8be516d18e2380d17df9 100644 (file)
@@ -56,8 +56,8 @@ struct node_subscr {
        struct list_head nodesub_list;
 };
 
-void nodesub_subscribe(struct node_subscr *node_sub, u32 addr,
-                      void *usr_handle, net_ev_handler handle_down);
-void nodesub_unsubscribe(struct node_subscr *node_sub);
+void tipc_nodesub_subscribe(struct node_subscr *node_sub, u32 addr,
+                           void *usr_handle, net_ev_handler handle_down);
+void tipc_nodesub_unsubscribe(struct node_subscr *node_sub);
 
 #endif