From: Adrian Bunk Date: Sat, 25 Jun 2005 21:58:36 +0000 (-0700) Subject: [PATCH] unexport mca_find_device_by_slot X-Git-Tag: v2.6.13-rc1~68^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35a26f150927300042e2d71aa80375b6c5295fbd;p=platform%2Fkernel%2Flinux-exynos.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/mca/mca-legacy.c b/drivers/mca/mca-legacy.c index af56313..0c7bfa7 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