X-Git-Url: https://git.openfabrics.org/?p=~shefty%2Frdma-dev.git;a=blobdiff_plain;f=include%2Flinux%2Fnode.h;h=2115ad5d6f1947a18185a59742293a52aab2a7a5;hp=10316f1c68a9124bdd77ce655f3c6c9f620ee3e1;hb=fa264375175a382621c5344a6508e02ec4d1c3c0;hpb=212a0a6f28dda0a1e732d20d57abb465750d473c diff --git a/include/linux/node.h b/include/linux/node.h index 10316f1c68a..2115ad5d6f1 100644 --- a/include/linux/node.h +++ b/include/linux/node.h @@ -30,7 +30,6 @@ struct memory_block; extern struct node *node_devices[]; typedef void (*node_registration_func_t)(struct node *); -extern int register_node(struct node *, int, struct node *); extern void unregister_node(struct node *node); #ifdef CONFIG_NUMA extern int register_one_node(int nid);