1. NAME

unregister_node - unregister a node device

2. SYNOPSIS

void unregister_node(struct node *  node );

3. ARGUMENTS

node
    node going away

4. DESCRIPTION

Unregisters a node device node. All the devices on the node must be unregistered before calling this function.

5. COPYRIGHT