X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fnode.h;h=254dc3de650b81e5cce4821f8101dad72005f996;hb=d347da0deffa1d8f88f0d270eab040e4707c9916;hp=6e0a697e594eadad3f4e5fe3eb656c22df3e921d;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=powerpc.git diff --git a/include/linux/node.h b/include/linux/node.h index 6e0a697e59..254dc3de65 100644 --- a/include/linux/node.h +++ b/include/linux/node.h @@ -27,6 +27,7 @@ struct node { }; extern int register_node(struct node *, int, struct node *); +extern void unregister_node(struct node *node); #define to_node(sys_device) container_of(sys_device, struct node, sysdev)