diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-01-07 22:22:28 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-01-07 22:22:28 -0800 |
| commit | a42bcfada35b86481d298806df969abfe60a82bb (patch) | |
| tree | 6e537da9fba6c32688c1dc72c6dd0a65964e86d9 /include/linux | |
| parent | 3404c3c1a4a525f92a95ae946e9b3e3bc3a8f2e5 (diff) | |
[PATCH] small MCA cleanups
The patch below does the following cleanups in the MCA code:
- make some needlessly global code static
- remove three unused global functions from mca-legacy.c (two of them
were EXPORT_SYMBOL'ed); this should IMHO be safe since mca-legacy
is not an API drivers should move to
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mca-legacy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mca-legacy.h b/include/linux/mca-legacy.h index ae5d7bda2773..f2bb770e530a 100644 --- a/include/linux/mca-legacy.h +++ b/include/linux/mca-legacy.h @@ -34,10 +34,6 @@ extern int mca_find_adapter(int id, int start); extern int mca_find_unused_adapter(int id, int start); -/* adapter state info - returns 0 if no */ -extern int mca_isadapter(int slot); -extern int mca_isenabled(int slot); - extern int mca_is_adapter_used(int slot); extern int mca_mark_as_used(int slot); extern void mca_mark_as_unused(int slot); @@ -50,7 +46,6 @@ extern unsigned char mca_read_stored_pos(int slot, int reg); * so we can have a more interesting /proc/mca. */ extern void mca_set_adapter_name(int slot, char* name); -extern char* mca_get_adapter_name(int slot); /* These routines actually mess with the hardware POS registers. They * temporarily disable the device (and interrupts), so make sure you know |
