unregister_node(9) unregister a node device

SYNOPSIS

void unregister_node(struct node * node);

ARGUMENTS

node

node going away

DESCRIPTION

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

COPYRIGHT