diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-25 14:58:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 16:24:56 -0700 |
commit | 35a26f150927300042e2d71aa80375b6c5295fbd (patch) | |
tree | e1dda06c68e5f7ff11b5b773dd6ec16362ba0d43 /drivers/mca | |
parent | 3e206b0a66fcaf39dbef92640ce6a63d51fc5c53 (diff) |
[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>
Diffstat (limited to 'drivers/mca')
-rw-r--r-- | drivers/mca/mca-legacy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mca/mca-legacy.c b/drivers/mca/mca-legacy.c index af56313ba0af..0c7bfa74c8ef 100644 --- a/drivers/mca/mca-legacy.c +++ b/drivers/mca/mca-legacy.c @@ -180,7 +180,6 @@ struct mca_device *mca_find_device_by_slot(int slot) return info.mca_dev; } -EXPORT_SYMBOL(mca_find_device_by_slot); /** * mca_read_stored_pos - read POS register from boot data |