mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ struct mca_device *mca_find_device_by_slot(int slot)
|
||||||
|
|
||||||
return info.mca_dev;
|
return info.mca_dev;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(mca_find_device_by_slot);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mca_read_stored_pos - read POS register from boot data
|
* mca_read_stored_pos - read POS register from boot data
|
||||||
|
|
Loading…
Reference in a new issue