forked from Minki/linux
[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>
This commit is contained in:
parent
3e206b0a66
commit
35a26f1509
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user