
From: Adrian Bunk <bunk@stusta.de>

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>
---

 25-akpm/drivers/mca/mca-legacy.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN drivers/mca/mca-legacy.c~unexport-mca_find_device_by_slot drivers/mca/mca-legacy.c
--- 25/drivers/mca/mca-legacy.c~unexport-mca_find_device_by_slot	2005-03-13 13:37:19.000000000 -0800
+++ 25-akpm/drivers/mca/mca-legacy.c	2005-03-13 13:37:19.000000000 -0800
@@ -180,7 +180,6 @@ struct mca_device *mca_find_device_by_sl
 
 	return info.mca_dev;
 }
-EXPORT_SYMBOL(mca_find_device_by_slot);
 
 /**
  *	mca_read_stored_pos - read POS register from boot data
_
