[PATCH] Driver core: unregister_node() for hotplug use
authorKeiichiro Tokunaga <tokunaga.keiich@jp.fujitsu.com>
Sun, 8 May 2005 12:28:53 +0000 (21:28 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:29 +0000 (15:15 -0700)
This adds a generic function 'unregister_node()'.
It is used to remove objects of a node going away
for hotplug.  All the devices on the node must be
unregistered before calling this function.

Signed-off-by: Keiichiro Tokunaga <tokunaga.keiich@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff -puN drivers/base/node.c~numa_hp_base drivers/base/node.c


No differences found