[PATCH] unexport mca_find_device_by_slot
authorAdrian Bunk <bunk@stusta.de>
Sat, 25 Jun 2005 21:58:36 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:56 +0000 (16:24 -0700)
commit35a26f150927300042e2d71aa80375b6c5295fbd
treee1dda06c68e5f7ff11b5b773dd6ec16362ba0d43
parent3e206b0a66fcaf39dbef92640ce6a63d51fc5c53
[PATCH] unexport mca_find_device_by_slot

I didn't find any possible modular usage of mca_find_device_by_slot in
the kernel, and this patch therefore removes the EXPORT_SYMBOL.

This patch should be safe since mca-legacy is nothing drivers should
move to.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/mca/mca-legacy.c