]> git.neil.brown.name Git - history.git/commit
[PATCH] unexport register_cpu and unregister_cpu
authorNathan Lynch <nathanl@austin.ibm.com>
Wed, 2 Feb 2005 00:49:24 +0000 (16:49 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 2 Feb 2005 00:49:24 +0000 (16:49 -0800)
commit57ac167863c72882fd0868cf48007b90b148a138
tree1c1317175d199362940ff459d7a030396b5c01bb
parent2dd8cc90b86a97ff3ac124637d9a3533c9095ad6
[PATCH] unexport register_cpu and unregister_cpu

We introduced exports for register_cpu and unregister_cpu right after
2.6.10.  As far as I can tell these are not called from any code which can
be built as a module, and I can't think of a good reason why any out of
tree code would use them.

Signed-off-by: Nathan Lynch <nathanl@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/cpu.c